v0.4.4 refactor, but fixes, minor improvements

This commit is contained in:
2025-09-25 09:18:33 -04:00
parent 5ea4dc8f5f
commit 9111d054fd
8 changed files with 340 additions and 83 deletions

View File

@ -50,7 +50,7 @@ func DefaultLogConfig() *LogConfig {
Output: "stderr",
Level: "info",
File: &LogFileConfig{
Directory: "./logs",
Directory: "./log",
Name: "logwisp",
MaxSizeMB: 100,
MaxTotalSizeMB: 1000,