<plugin name='dynamicLogsWithRabbit' version='1.0.2' grailsVersion='3.2.9 &gt; *'>
  <type>org.grails.plugins.DynamicLogsWithRabbitGrailsPlugin</type>
  <authorEmail>dbpatel219@gmail.com</authorEmail>
  <developers>[[name:Dharmesh Patel, email:dbpatel219@gmail.com], [name:David Sawyer, email:david@expapp.com]]</developers>
  <author>Dharmesh Patel</author>
  <documentation>http://grails.org/plugin/dynamic-logs-with-rabbit</documentation>
  <profiles>[web]</profiles>
  <description>Allows you to dynamically change log levels on all instances listening to a particular topic via RabbitMQ Messages.
</description>
  <title>Dynamic Logs With Rabbit</title>
  <loadBefore>[rabbitmq-native]</loadBefore>
  <version />
  <grailsVersion>3.2.9 &gt; *</grailsVersion>
  <loadAfter>[controllers, services, domains, hibernate, spring-security-core]</loadAfter>
  <license>APACHE</license>
  <pluginExcludes>[grails-app/views/error.gsp]</pluginExcludes>
  <issueManagement system='GITHUB' url='https://github.com/dbpatel219/dynamic-logs-with-rabbit/issues' />
  <name>dynamic-logs-with-rabbit</name>
  <scm url='https://github.com/dbpatel219/dynamic-logs-with-rabbit' />
  <resources>
    <resource>org.grails.plugins.LogLevelController</resource>
    <resource>org.grails.plugins.UrlMappings</resource>
    <resource>org.grails.plugins.Application</resource>
    <resource>org.grails.plugins.BootStrap</resource>
    <resource>org.grails.plugins.LogLevelConsumer</resource>
    <resource>org.grails.plugins.LogLevelService</resource>
  </resources>
</plugin>