We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b03463 commit 60ea3e0Copy full SHA for 60ea3e0
logp/config.go
@@ -38,6 +38,8 @@ type Config struct {
38
Files FileConfig `config:"files"`
39
Metrics MetricsConfig `config:"metrics"`
40
41
+ WithFields map[string]any `config:"with_fields" yaml:"with_fields"`
42
+
43
environment Environment
44
addCaller bool // Adds package and line number info to messages.
45
development bool // Controls how DPanic behaves.
0 commit comments