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 0cf6cf1 commit 3b1a068Copy full SHA for 3b1a068
main.go
@@ -77,6 +77,9 @@ func init() {
77
}
78
79
func main() {
80
+ // Configure logger to output raw JSON without timestamp prefix for Datadog
81
+ log.SetFlags(0)
82
+
83
errFilesPath := "/www"
84
if os.Getenv(ErrFilesPathVar) != "" {
85
errFilesPath = os.Getenv(ErrFilesPathVar)
0 commit comments