Skip to content

Commit

Permalink
Force trace level logging
Browse files Browse the repository at this point in the history
Signed-off-by: Dom Del Nano <ddelnano@gmail.com>
  • Loading branch information
ddelnano committed May 21, 2024
1 parent d270a73 commit 322b013
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/e2e_test/perf_tool/cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ import (
)

func init() {
levelStr := os.Getenv("LOG_LEVEL")
level, err := log.ParseLevel(levelStr)
level, err := log.ParseLevel("trace")
if err != nil {
level = log.InfoLevel
}
Expand Down

0 comments on commit 322b013

Please sign in to comment.