[go: up one dir, main page]

slog 2.8.0

Structured, extensible, composable logging for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[default]
extend-ignore-re = [
    # support spellchecker directives (ideally this would be builtin)
    "(?Rm)^.*(#|//)\\s*spellchecker:ignore$",
    "(?s)(#|//)\\s*spellchecker:off.*?\\n\\s*(#|//)\\s*spellchecker:on",
]

[files]
ignore-hidden = false
extend-exclude = [
    ".git", # needed because we set 'ignore-hidden'
]

[default.extend-identifiers]
# the 'short' identifier for error
erro = "erro"
ERRO = "ERRO"