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
Post a Comment