0

When I run my application with run-app, logging seems to work correctly. When I deploy as a WAR in tomcat, all my logging configuration is ignored, and I only see

LOGLEVEL logmessage

Example:

INFO Hello world

What could possibly be causing this? I tried deleting tomcat's logging.properties, but that didn't seem to do anything.

Stefan Kendall
  • 66,414
  • 68
  • 253
  • 406

1 Answers1

0

Even after wiping the logging entirely, I still see this in catalina.out, while my logs to a log file are written correctly. A plugin or library, likely, is screwing up my logging, but tracing it down at this point isn't worth it.

Stefan Kendall
  • 66,414
  • 68
  • 253
  • 406