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

python - How to insert QWidgets in the middle of a Layout? -

python - serve multiple gunicorn django instances under nginx ubuntu -

module - Prestashop displayPaymentReturn hook url -