Add full and configurable access logging

This commit is contained in:
Maximilian Friedersdorff 2025-06-26 22:00:28 +01:00
parent c16aa1603d
commit 3623fb8e8e
3 changed files with 24 additions and 4 deletions

View file

@ -58,6 +58,7 @@ type Config struct {
Protocol string
Extension string
NotesDir string
LogAccess bool
}
var (