added option to disable default app categories

This commit is contained in:
yusing
2024-11-04 01:44:58 +08:00
parent 5ff27b9e3d
commit cf1ecbc826
5 changed files with 27 additions and 11 deletions

View File

@@ -168,5 +168,5 @@ func printJSON(obj any) {
logging.Fatal().Err(err).Send()
}
rawLogger := log.New(os.Stdout, "", 0)
rawLogger.Printf("%s", j) // raw output for convenience using "jq"
rawLogger.Print(string(j)) // raw output for convenience using "jq"
}