mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
17 lines
605 B
Properties
17 lines
605 B
Properties
|
status = error
|
||
|
name = LogstashPropertiesConfig
|
||
|
|
||
|
appender.console.type = Console
|
||
|
appender.console.name = plain_console
|
||
|
appender.console.layout.type = PatternLayout
|
||
|
appender.console.layout.pattern = [%d{ISO8601}][%-5p][%-25c]%notEmpty{[%X{pipeline.id}]}%notEmpty{[%X{plugin.id}]} %m%n
|
||
|
|
||
|
appender.json_console.type = Console
|
||
|
appender.json_console.name = json_console
|
||
|
appender.json_console.layout.type = JSONLayout
|
||
|
appender.json_console.layout.compact = true
|
||
|
appender.json_console.layout.eventEol = true
|
||
|
|
||
|
rootLogger.level = ${sys:ls.log.level}
|
||
|
rootLogger.appenderRef.console.ref = ${sys:ls.log.format}_console
|