blob: d461e36d3fcdefa0b7f971f2317aad69a94c91aa [file] [log] [blame]
# This file contains all the Default Preference Settings
####################################################
# Logging Preference Settings
####################################################
# Enable/Disable console logging.
# Valid values: TRUE, FALSE
console.logging.on=true
# Maximum log level of console logging.
# Valid values: DEBUG, INFO, WARN, ERROR, FATAL
console.logging.max.level=INFO
# Enable/Disable eclipse logging.
# Valid values: TRUE, FALSE
eclipse.logging.on=true
# Maximum log level of eclipse logging.
# Valid values: DEBUG, INFO, WARN, ERROR, FATAL
eclipse.logging.max.level=INFO
eclipse.pattern=%m
# Enable/Disable file logging.
# Valid values: TRUE, FALSE
file.logging.on=true
# Maximum log level of file logging.
# Valid values: DEBUG, INFO, WARN, ERROR, FATAL
file.logging.max.level=DEBUG
# Clear log file when eclipse restarts.
# Valid values: TRUE, FALSE
file.logging.startup.clear=true
# Location of log file
file.logging.path=facesconfigeditor.log
# Rollover frequency of log file.
# Valid values: DAILY, WEEKLY, MONTHLY
file.logging.rollover.frequency=DAILY