Skip to content

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

Open
fterrier wants to merge 1 commit into
Grailsrocks:masterfrom
fterrier:patch-1
Open

Removed explicit dependency to logging plugin so people can change the logging framework#1
fterrier wants to merge 1 commit into
Grailsrocks:masterfrom
fterrier:patch-1

Conversation

@fterrier

Copy link
Copy Markdown

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.

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

and then grails run-app

@jarias

jarias commented Jun 19, 2012

Copy link
Copy Markdown

Any idea why this patch hasn't been merge? I also need this, is this plugin still maintain?

@blemoine

Copy link
Copy Markdown

Hi,
our team also needs to remove the logging plugin, can you merge this pull-request please ?

@aurelienmaury

Copy link
Copy Markdown

Yes, and make a little release of it so we can update from central. Please, please, please

@literalice

Copy link
Copy Markdown

+1, for the grails logback plugin - http://grails.org/plugin/logback

@ecowden

ecowden commented Apr 23, 2013

Copy link
Copy Markdown

+1. This is a major problem for us.

@graemerocher

Copy link
Copy Markdown

It has been merged into https://github.com/grails-plugins/grails-cache-headers which is the new home for cache-headers

rosenfeld pushed a commit to rosenfeld/grails-cache-headers that referenced this pull request Oct 16, 2013
Removed explicit dependency to logging plugin so people can change the logging framework
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.

7 participants