Commit only for pkg.go

main v1.1.0
Jonas Letzbor 2023-04-13 21:37:19 +02:00
parent 331e5a7d7b
commit 4332dd475f
Signed by: RPJosh
GPG Key ID: 46D72F589702E55A
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ type Logger struct {
PrintSource bool
// Colorizes the log messages for the console.
// Even if you set this to true, the user is able to overwrite this behaviour by
// Even if you set this to true the user is able to overwrite this behaviour by
// setting the environment variables "TERMINAL_DISABLE_COLORS" and
// "TERMINAL_ENABLE_COLORS" (to force coloring for "unsupported" terminals)
ColoredOutput bool