Skip to content

Commit

Permalink
removed tags from egeria logger
Browse files Browse the repository at this point in the history
  • Loading branch information
CDimonaco committed Nov 26, 2024
1 parent 741f77e commit 5c0d240
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions egeria/cmd/egeria/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,7 @@ func main() {
RequestHeaders: true,
MessageFieldName: "message",
TimeFieldFormat: time.RFC850,
Tags: map[string]string{
"env": "dev",
},
QuietDownPeriod: 10 * time.Second,
QuietDownPeriod: 10 * time.Second,
})

appTokenSource, err := githubauth.NewApplicationTokenSource(appID, []byte(privateKey))
Expand Down

0 comments on commit 5c0d240

Please sign in to comment.