This commit is contained in:
Stanislas 2024-11-21 00:59:13 +01:00 committed by GitHub
commit aa3c635821
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 4 deletions

View File

@ -75,10 +75,10 @@ time="2015-03-26T01:27:38-04:00" level=fatal msg="The ice breaks!" err=&{0x20822
To ensure this behaviour even if a TTY is attached, set your formatter as follows:
```go
log.SetFormatter(&log.TextFormatter{
log.SetFormatter(&log.TextFormatter{
DisableColors: true,
FullTimestamp: true,
})
})
```
#### Logging Method Name