mirror of
https://github.com/zitadel/zitadel.git
synced 2025-10-09 07:35:30 +00:00
set default slog
This commit is contained in:
@@ -3,6 +3,7 @@ package integration
|
||||
import (
|
||||
"bytes"
|
||||
_ "embed"
|
||||
"log/slog"
|
||||
"os/exec"
|
||||
"path/filepath"
|
||||
|
||||
@@ -49,5 +50,8 @@ func init() {
|
||||
if err := loadedConfig.Log.SetLogger(); err != nil {
|
||||
panic(err)
|
||||
}
|
||||
|
||||
slog.SetDefault(loadedConfig.Log.Slog())
|
||||
|
||||
SystemToken = systemUserToken()
|
||||
}
|
||||
|
Reference in New Issue
Block a user