equal
deleted
inserted
replaced
41 |
41 |
42 # Limit the message that are printed on the console to INFO and above. |
42 # Limit the message that are printed on the console to INFO and above. |
43 java.util.logging.ConsoleHandler.level = INFO |
43 java.util.logging.ConsoleHandler.level = INFO |
44 java.util.logging.ConsoleHandler.formatter = java.util.logging.SimpleFormatter |
44 java.util.logging.ConsoleHandler.formatter = java.util.logging.SimpleFormatter |
45 |
45 |
|
46 # Example to customize the SimpleFormatter output format |
|
47 # to print one-line log message like this: |
|
48 # <level>: <log message> [<date/time>] |
|
49 # |
|
50 # java.util.logging.SimpleFormatter.format=%4$s: %5$s [%1$tc]%n |
46 |
51 |
47 ############################################################ |
52 ############################################################ |
48 # Facility specific properties. |
53 # Facility specific properties. |
49 # Provides extra control for each logger. |
54 # Provides extra control for each logger. |
50 ############################################################ |
55 ############################################################ |