diff --git a/cmd/app/app.go b/cmd/app/app.go index c83e5981..b8a78987 100644 --- a/cmd/app/app.go +++ b/cmd/app/app.go @@ -52,7 +52,9 @@ func Init() { modules = cfg.Mod - log.Info().Msgf("go2rtc %s/%s", runtime.GOOS, runtime.GOARCH) + path, _ := os.Getwd() + log.Debug().Str("os", runtime.GOOS).Str("arch", runtime.GOARCH). + Str("cwd", path).Int("conf_size", len(data)).Msgf("[app]") } func LoadConfig(v interface{}) {