disabled timestamp in logs

This commit is contained in:
2025-11-06 16:02:09 +01:00
parent 510daabd8a
commit 06996a35d5

View File

@@ -34,6 +34,9 @@ func main() {
log.Fatal("Can not find steam userdata dir. Please set with --steam-userdata-dir") log.Fatal("Can not find steam userdata dir. Please set with --steam-userdata-dir")
} }
// Disable timestamp in log
log.SetFlags(0)
steamimmich.Run(steamimmich.Config{ steamimmich.Run(steamimmich.Config{
APIKey: args.APIKey, APIKey: args.APIKey,
BaseURL: args.BaseURL, BaseURL: args.BaseURL,