Skip to content

Commit

Permalink
Merge pull request #19 from minneyar/patch-1
Browse files Browse the repository at this point in the history
Fix typo in log_config.go
  • Loading branch information
sebastianwebber authored Mar 19, 2024
2 parents 50e9eee + 374dbf2 commit 4cfa8b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/category/log_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ var (
Name: "stder_config",
Description: "STDERR Configuration",
Parameters: []ParamSliceOutput{
{Format: "string", Name: "log_destination", Value: "stder"},
{Format: "string", Name: "log_destination", Value: "stderr"},
{Format: "string", Name: "log_line_prefix", Value: "%t [%p]: [%l-1] user=%u,db=%d,app=%a,client=%h "},
},
},
Expand Down

0 comments on commit 4cfa8b2

Please sign in to comment.