Skip to content

Removed explicit dependency to logging plugin so people can change the logging framework#1

Merged
graemerocher merged 1 commit intograils-plugins:masterfrom
robertoschwald:master
Jun 18, 2013
Merged

Removed explicit dependency to logging plugin so people can change the logging framework#1
graemerocher merged 1 commit intograils-plugins:masterfrom
robertoschwald:master

Conversation

@robertoschwald
Copy link

When following the instructions in the Grails guide (http://grails.org/doc/2.0.x/guide/conf.html#logging), run-app fails because of that explicit dependency. Note: This is needed e.g. if you want to build a grails app for Glassfish.

To reproduce, add to an app using the cache-headers plugin:
...
inherits("global") {
excludes "grails-plugin-logging", "log4j"
}

and then grails run-app

Fixes GPCACHEHEADERS-22, GPCACHEHEADERS-23

graemerocher added a commit that referenced this pull request Jun 18, 2013
Removed explicit dependency to logging plugin so people can change the logging framework
@graemerocher graemerocher merged commit 6c9d353 into grails-plugins:master Jun 18, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants