change logging format

This commit is contained in:
2026-01-03 09:53:07 -05:00
parent 5192919645
commit 19752a0c89
5 changed files with 32 additions and 2 deletions

View File

@@ -11,6 +11,7 @@ var Port *int
var Color *bool
var Static *bool
var Docker *bool
var Verbose *bool
type AppConfig struct {
App struct {