FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
java-docs-samples/taskqueue/pull/logging.properties at master · SyCode7/java-docs-samples · GitHub
SyCode7
/
java-docs-samples
Public
forked from
GoogleCloudPlatform/java-docs-samples
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
java-docs-samples
/
taskqueue
/
pull
/
logging.properties
Copy path
More file actions
More file actions
Latest commit
History
History
History
9 lines (8 loc) · 548 Bytes
Breadcrumbs
java-docs-samples
/
taskqueue
/
pull
/
logging.properties
Copy path
File metadata and controls
9 lines (8 loc) · 548 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
#
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:task-queue-rest-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
Back
|
FazBrowse Home
|
New Git URL