java - Configure Tomcat web app to log FINE for a specific class -


i'm building web app run on tomcat , want log fine messages coming io.socket.client.socket class. i've added following logging.properties file web-inf/classes directory:

io.socket.client.socket.level = fine io.socket.client.socket.handlers=java.util.logging.consolehandler 

but socket class still seems pick default logger. i'm launching tomcat server eclipse way.


Comments

Popular posts from this blog

qt - QML MouseArea onWheel event not working properly when inside QML Scrollview -

java - is not an enclosing class / new Intent Cannot Resolve Constructor -

python - Error importing VideoFileClip from moviepy : AttributeError: 'PermissionError' object has no attribute 'message' -