jdk/src/java.logging/share/conf/logging.properties
changeset 39307 35eab41d2df1
parent 25859 3317bb8137f4
equal deleted inserted replaced
39306:88ce9505ef5b 39307:35eab41d2df1
    35 
    35 
    36 # default file output is in user's home directory.
    36 # default file output is in user's home directory.
    37 java.util.logging.FileHandler.pattern = %h/java%u.log
    37 java.util.logging.FileHandler.pattern = %h/java%u.log
    38 java.util.logging.FileHandler.limit = 50000
    38 java.util.logging.FileHandler.limit = 50000
    39 java.util.logging.FileHandler.count = 1
    39 java.util.logging.FileHandler.count = 1
       
    40 # Default number of locks FileHandler can obtain synchronously.
       
    41 # This specifies maximum number of attempts to obtain lock file by FileHandler
       
    42 # implemented by incrementing the unique field %u as per FileHandler API documentation.
       
    43 java.util.logging.FileHandler.maxLocks = 100
    40 java.util.logging.FileHandler.formatter = java.util.logging.XMLFormatter
    44 java.util.logging.FileHandler.formatter = java.util.logging.XMLFormatter
    41 
    45 
    42 # Limit the message that are printed on the console to INFO and above.
    46 # Limit the message that are printed on the console to INFO and above.
    43 java.util.logging.ConsoleHandler.level = INFO
    47 java.util.logging.ConsoleHandler.level = INFO
    44 java.util.logging.ConsoleHandler.formatter = java.util.logging.SimpleFormatter
    48 java.util.logging.ConsoleHandler.formatter = java.util.logging.SimpleFormatter