disabled timestamp in logs
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user