Skip to content

Instantly share code, notes, and snippets.

@StiiCeva
Created April 24, 2023 08:59
Show Gist options
  • Save StiiCeva/a3138ee0dd3f42cede70c81a9bdc7309 to your computer and use it in GitHub Desktop.
Save StiiCeva/a3138ee0dd3f42cede70c81a9bdc7309 to your computer and use it in GitHub Desktop.
opensearch_log4j2.properties default values
status = error
appender.console.type = Console
appender.console.name = console
appender.console.layout.type = PatternLayout
appender.console.layout.pattern = [%d{ISO8601}][%-5p][%-25c{1.}] [%node_name]%marker %m%n
rootLogger.level = info
rootLogger.appenderRef.console.ref = console
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment