Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] jetty-8.1.8 - SecurityHandler prints LoginService/IdentityService ref on stderr

Hi all,
 
I am currently moving from jetty-8.1.4 to jetty-8.1.8.
Doing that, 3 lines are printed on stderr by the SecurityHandler when deploying each webapp, something like:
 
Null identity service, trying login service: org.eclipse.jetty.security.DefaultIdentityService@1628303
Finding identity service: org.eclipse.jetty.security.DefaultIdentityService@1628303
LoginService=…………….@1415dbf identityService=org.eclipse.jetty.security.DefaultIdentityService@1628303
 
Did I miss something?
Or is it only for debug purpose? In this case, is it possible to not log on stderr?
 
BR,
-Yves
 
 

Back to the top