2020-02-01 10:35:33 +01:00
|
|
|
# go/logging
|
|
|
|
|
|
|
|
## Unreleased
|
|
|
|
|
2020-02-01 10:38:50 +01:00
|
|
|
- Uncompatible: log level names hace changed. They were fully
|
2020-02-01 10:35:33 +01:00
|
|
|
capitalized, only their first letter is capitalized now: DEBUG -> Debug,
|
|
|
|
INFO -> Info, etc.
|
2020-02-01 10:38:50 +01:00
|
|
|
- Uncompatible NoopBackend.Level() now returns DefaultLevel instead of Fatal
|
2020-02-01 10:37:00 +01:00
|
|
|
- Fix: creates new logger with level DefaultLevel instead of Debug
|