Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JBIDE-13920 - Reduce jetty log level #37

Closed
wants to merge 1 commit into from
Closed

JBIDE-13920 - Reduce jetty log level #37

wants to merge 1 commit into from

Conversation

xcoulon
Copy link
Member

@xcoulon xcoulon commented Jun 20, 2013

Removed slf4j and logback dependencies from core plugin (they were not required).
jetty does not rely on slf4j to log anymore (otherwise, it would not see the logback.xml config file
and would use a default configuration which is too verbose)

lib/mockito-core-1.9.5.jar
Import-Package: org.eclipse.wst.web.internal.deployables
lib/mockito-core-1.9.5.jar,
resources/
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this directory does not exist.

Removed slf4j and logback dependencies from core plugin (they were not required).
jetty does not rely on slf4j to log anymore (otherwise, it would not see the logback.xml config file
and would use a default configuration which is too verbose)
@xcoulon
Copy link
Member Author

xcoulon commented Jun 24, 2013

PR applied

@xcoulon xcoulon closed this Jun 24, 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.

None yet

2 participants