Jason Bodnar

Results 12 issues of Jason Bodnar

# Description Lower the levels of two logging statements. According to the [Log4J docs](https://logging.apache.org/log4j/2.x/javadoc/log4j-api/org/apache/logging/log4j/Level.html#WARN) `WARN` should be used for "an event that might possible lead to an error". Starting up...

Cosmos
customer-reported
Community Contribution

I have a shell script that creates several new sessions and runs a command in each one. I currently attach to the existing server with `tmux a` and navigate through...