Skip to content

Commit

Permalink
chore: print a debugging log about logging level when client starts
Browse files Browse the repository at this point in the history
  • Loading branch information
panjf2000 committed May 18, 2023
1 parent 3c66bce commit bdda3bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client_unix.go
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ func (cli *Client) Start() error {
if cli.opts.Ticker {
go cli.el.ticker(cli.el.engine.ticker.ctx)
}
logging.Debugf("default logging level is %s", logging.LogLevel())
return nil
}

Expand Down

0 comments on commit bdda3bf

Please sign in to comment.