new logging configuration (untested)

This commit is contained in:
2026-03-08 23:10:07 -06:00
parent 799bd2fbdc
commit e2b5ca47ab
4 changed files with 296 additions and 9 deletions
+2
View File
@@ -215,6 +215,8 @@ func main() {
SystemStartTime = time.Now()
// Configure the system.
config.SetupConfig()
closer := SetupLogging()
defer closer()
closer, err := database.SetupDb()
if err != nil {
panic(fmt.Sprintf("Database open failure: %v", err))