Open andrewazores opened 3 weeks ago
https://github.com/cryostatio/cryostat-agent/blob/main/src/main/resources/simplelogger.properties
the log level can be specified with this property:
-Dio.cryostat.agent.shaded.org.slf4j.simpleLogger.defaultLogLevel
as seen here:
See also https://github.com/cryostatio/cryostat-agent/issues/369
The Agent's default log level should probably be ERROR or maybe WARN, suppressing INFO/DEBUG/TRACE log messages. Those are useful for Agent development and debugging, but it's undesirable for the actual application deployment's logs to contain Agent messages unless there is something wrong with the Agent or its configuration, or its Cryostat server.