Skip to content

Commit

Permalink
Update default log levels
Browse files Browse the repository at this point in the history
  • Loading branch information
danil-lashin committed Nov 15, 2018
1 parent 5fe9baf commit 60d0119
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ func DefaultLogLevel() string {
// DefaultPackageLogLevels returns a default log level setting so all packages
// log at "error", while the `state` and `main` packages log at "info"
func DefaultPackageLogLevels() string {
return fmt.Sprintf("consesnus:info,main:info,state:info,*:%s", DefaultLogLevel())
return fmt.Sprintf("consesnus:info,main:info,blockchain:info,state:info,*:%s", DefaultLogLevel())
}

//-----------------------------------------------------------------------------
Expand Down

0 comments on commit 60d0119

Please sign in to comment.