# yaml-language-server: $schema=https://raw.githubusercontent.com/pamburus/hl/master/schema/json/config.json # Time format, see https://man7.org/linux/man-pages/man1/date.1.html for details. time-format: '%Y-%m-%d %T.%3N%z' # Time zone name, see column "TZ identifier" at # https://en.wikipedia.org/wiki/List_of_tz_database_time_zones page. time-zone: UTC # Settings for fields processing. fields: # Configuration of the predefined set of fields. predefined: time: show: auto names: [time] logger: names: [logger] level: show: auto variants: - names: [level] values: debug: [dbg] info: [INF] warning: [wrn] error: [ERR] message: names: [msg] caller: names: [caller] caller-file: names: [] caller-line: names: [] # List of wildcard field names to ignore. ignore: ['_*'] # List of exact field names to hide. hide: [] # Formatting settings. formatting: flatten: always punctuation: logger-name-separator: ':' field-key-value-separator: '=' string-opening-quote: "'" string-closing-quote: "'" source-location-separator: '→ ' hidden-fields-indicator: ' ...' level-left-separator: '│' level-right-separator: '│' input-number-prefix: '#' input-number-left-separator: '' input-number-right-separator: ' │ ' input-name-left-separator: '' input-name-right-separator: ' │ ' input-name-clipping: '··' input-name-common-part: '··' array-separator: ' ' # Number of processing threads, configured automatically based on CPU count if not specified. concurrency: ~ # Currently selected theme. theme: universal