Skip to content

Commit

Permalink
Merge branch 'master' into stable_for_byted
Browse files Browse the repository at this point in the history
  • Loading branch information
echoface committed Mar 4, 2022
2 parents 5b797c6 + 08f6669 commit 3fa8526
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,6 @@ func main() {

Copyright (C) 2018, by HuanGong [gonghuan.dev@gmail.com](mailto:gonghuan.dev@gmail.com).

Under the Apache License, Version 2.0.
Under the MIT License.

See the [LICENSE](LICENSE) file for details.
2 changes: 1 addition & 1 deletion logger.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const (
)

var (
LogLevel int = DebugLevel // control defaultLogger log level
LogLevel int = InfoLevel // control defaultLogger log level
Logger BEIndexLogger = &DefaultLogger{}
)

Expand Down

0 comments on commit 3fa8526

Please sign in to comment.