Added trace log level.
This commit is contained in:
committed by
Loren Osborn
parent
c7a33dc5de
commit
ef9d84e9b3
@@ -246,9 +246,10 @@ A list of currently known of service hook can be found in this wiki [page](https
|
||||
|
||||
#### Level logging
|
||||
|
||||
Logrus has six logging levels: Debug, Info, Warning, Error, Fatal and Panic.
|
||||
Logrus has seven logging levels: Trace, Debug, Info, Warning, Error, Fatal and Panic.
|
||||
|
||||
```go
|
||||
log.Trace("Something very low level.")
|
||||
log.Debug("Useful debugging information.")
|
||||
log.Info("Something noteworthy happened!")
|
||||
log.Warn("You should probably take a look at this.")
|
||||
|
||||
Reference in New Issue
Block a user