diff --git a/cmd/steamimmich.go b/cmd/steamimmich.go index a954435..f8995e4 100644 --- a/cmd/steamimmich.go +++ b/cmd/steamimmich.go @@ -34,6 +34,9 @@ func main() { 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{ APIKey: args.APIKey, BaseURL: args.BaseURL,