Merge branch 'piper/remove-log-source-info' into 'main'
Remove source info from log messages See merge request whom/bingobot!13
This commit is contained in:
commit
ad873ef836
1 changed files with 1 additions and 3 deletions
|
|
@ -29,9 +29,7 @@ func Init() {
|
|||
|
||||
logger = Logger{
|
||||
slog.New(
|
||||
slog.NewJSONHandler(lj, &slog.HandlerOptions{
|
||||
AddSource: cfg.LogAddSource,
|
||||
}),
|
||||
slog.NewJSONHandler(lj, &slog.HandlerOptions{}),
|
||||
),
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue