Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Issue #4683 Update README.txt
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Bartel <janb@webtide.com>
janbartel committed Mar 27, 2020
1 parent 1f57993 commit 0b6a47e
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions jetty-osgi/test-jetty-osgi/README.txt
Original file line number Diff line number Diff line change
@@ -21,17 +21,12 @@ By default, very little log info comes out of the tests. If you wish to see more
logging information, you can control this from the command line.

There are 2 sources of logging information: 1) the pax environment and 2) jetty logs.
By default, both are turned to WARN level.

To set the logging level for the pax environment use the following system property:

mvn -Dpax.exam.LEVEL=[log level]

INFO, WARN and TRACE are known to work.

To set the logging level for the jetty logs use the normal jetty logging system property:

mvn -Dorg.eclipse.jetty.LEVEL=[log level]

The usual jetty logging levels apply.

To set the logging level for the jetty logs edit the src/test/resources/jetty-logging.properties
to set the logging level you want and rerun your tests. The usual jetty logging levels apply.

0 comments on commit 0b6a47e

Please sign in to comment.