summaryrefslogtreecommitdiff
path: root/vendor/codeberg.org/gruf/go-logger/logger.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/codeberg.org/gruf/go-logger/logger.go')
-rw-r--r--vendor/codeberg.org/gruf/go-logger/logger.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/codeberg.org/gruf/go-logger/logger.go b/vendor/codeberg.org/gruf/go-logger/logger.go
index 25d573df1..895d3690f 100644
--- a/vendor/codeberg.org/gruf/go-logger/logger.go
+++ b/vendor/codeberg.org/gruf/go-logger/logger.go
@@ -43,7 +43,7 @@ type Logger struct {
// New returns a new Logger instance with defaults
func New(out io.Writer) *Logger {
- return NewWith(0 /* all */, true, NewLogFmt(false), 512, out)
+ return NewWith(0 /* all */, true, DefaultTextFormat, 512, out)
}
// NewWith returns a new Logger instance with supplied configuration