23 lines
762 B
INI
23 lines
762 B
INI
## Standard settings of Karaf
|
|
|
|
#
|
|
# This configuration file is used to configure the default values for the log:display
|
|
# and log:exception-display commands.
|
|
#
|
|
|
|
#
|
|
# The number of log statements to be displayed using log:display. It also defines the number
|
|
# of lines searched for exceptions using log:exception-display. You can override this value
|
|
# at runtime using -n in log:display.
|
|
#
|
|
size = 500
|
|
|
|
##########################################################################
|
|
##
|
|
## Custom openHAB configuration
|
|
|
|
#
|
|
# The pattern used to format the log statement when using log:display. This pattern is according
|
|
# to the log4j layout. You can override this parameter at runtime using log:display with -p.
|
|
#
|
|
pattern = %d{HH:mm:ss.SSS} [%-5.5p] [%-37.37c] - %h{%m}%n
|