RequestLoglevelController.java

Diff Revision Date Message Lines Author Branch
1.4 11 Feb 11

- checkstyle configuration ... ... [X] clean up according to the checkstyle rules - smoke test passed: mvn clean package install

+9 -9 Patrick Brunner MAIN
1.3 11 Feb 11

- checkstyle configuration ... [X] formatting step only - smoke test passed: mvn clean package install

+28 -31 Patrick Brunner MAIN
1.2 13 Sep 10

OLAT-5708: [merged from 6_3_public branch to head and adopted to 7.0 standards] requestloglevel introduced to 7.0/HEAD

+108 eglis MAIN
1.1 05 Aug 10

file RequestLoglevelController.java was initially added on branch OLAT-6_3_0-PUBLIC.

deleted eglis MAIN
1.1.2.3 10 Aug 10

OLAT-5698: additional functionality: now you can specify an appender after the loglevel, e.g. 192.168.1.10=DEBUG,DebugLog - and all logging caused by requests from 192.168.1.10 will be a) logged starting from DEBUG level and b) be written *ONLY* to the DebugLog (including log.info()s!) Also: moved the initialization of the ThreadLocalLogLevelManager.install() from CoreSpringFactory to OlatServlet - since in 6.3.3 the OlatServlet is loaded *before* the CoreSpringFactory!

+2 -7 eglis OLAT-6_3_0-PUBLIC
1.1.2.2 05 Aug 10

OLAT-5698: Listener split into two to avoid property overwriting plus , replaced with =

+4 -4 eglis OLAT-6_3_0-PUBLIC
1.1.2.1 05 Aug 10

OLAT-5698: prototype of a new debugging feature for debugging requests for certain users (based on username or ip)

+80 eglis OLAT-6_3_0-PUBLIC
1.2.4.2 19 Oct 10

OLAT-5494: merge HEAD to epf-branch

+108 rhaag OLAT-HEAD-FRENTIX-5494-EPORTFOLIO
1.2.4.1 13 Sep 10

file RequestLoglevelController.java was added on branch OLAT-HEAD-FRENTIX-5494-EPORTFOLIO on 2010-10-19 10:16:50 +0000

deleted rhaag OLAT-HEAD-FRENTIX-5494-EPORTFOLIO