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