11 lines
554 B
Properties
11 lines
554 B
Properties
# 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-simple-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 = ALL
|
|
|
|
# Set up logging of HTTP requests and responses (uncomment "level" to show)
|
|
com.google.api.client.http.level = ALL
|