v0.5.1 minor basic auth bug fixes, dependency udpate, test scripts are being added

This commit is contained in:
2025-09-29 14:21:31 -04:00
parent c33ec148ba
commit 3047e556f7
11 changed files with 184 additions and 23 deletions

View File

@ -12,7 +12,7 @@ config_save_on_exit = false # Persist runtime changes
### Logging Configuration
[logging]
output = "stdout" # file|stdout|stderr|both|all|none
output = "stdout" # file|stdout|stderr|split|all|none
level = "info" # debug|info|warn|error
[logging.file]