We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46fafcc commit d2ebc9aCopy full SHA for d2ebc9a
1 file changed
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