Correct INFO.yaml to pass YAML Lint
[aai/gizmo.git] / src / main / config / jul-redirect.properties
1
2 #       Bridge JUL->slf4j Logging Configuration File
3 #
4 # This file bridges the JUL logging infrastructure into
5 # SLF4J so JUL logs go to logback implementation provided
6 # in this project.  SLF4J also captures log4j and has 
7 # other framework options as well providing a common
8 # logging infrastructure for capturing all logs from different
9 # libraries using different frameworks in one place.
10
11 #       Global properties
12 handlers=org.slf4j.bridge.SLF4JBridgeHandler
13 .level= ALL