File: logging.properties

package info (click to toggle)
google-oauth-client-java 1.34.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 1,604 kB
  • sloc: java: 6,050; xml: 2,286; python: 15; sh: 15; makefile: 4
file content (10 lines) | stat: -rw-r--r-- 555 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
# Properties file which configures the operation of the JDK logging facility.
# The system will look for this config file to be specified as a system property: 
# -Djava.util.logging.config.file=${project_loc:dailymotion-cmdline-sample}/logging.properties

# Set up the console handler (uncomment "level" to show more fine-grained messages) 
handlers = java.util.logging.ConsoleHandler
#java.util.logging.ConsoleHandler.level = CONFIG

# Set up logging of HTTP requests and responses (uncomment "level" to show)
#com.google.api.client.http.level = CONFIG