Skip to content

Commit

Permalink
chore: adding logging level part back.
Browse files Browse the repository at this point in the history
  • Loading branch information
afa7789 committed Oct 18, 2024
1 parent 50a9b4a commit 5c7b977
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cmd/acl/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,15 @@ import (
"github.com/ledgerwatch/erigon/cmd/acl/mode"
"github.com/ledgerwatch/erigon/cmd/acl/update"
"github.com/ledgerwatch/erigon/params"
"github.com/ledgerwatch/erigon/turbo/logging"
"github.com/ledgerwatch/erigon/zkevm/log"
loglvl "github.com/ledgerwatch/log/v3"
"github.com/urfave/cli/v2"
)

func main() {
logging.LogVerbosityFlag.Value = loglvl.LvlError.String()
logging.LogConsoleVerbosityFlag.Value = loglvl.LvlError.String()

app := cli.NewApp()
app.Name = "acl"
Expand Down

0 comments on commit 5c7b977

Please sign in to comment.