feat(server): log number of roles read from auth file

This commit is contained in:
Quentin McGaw
2025-11-05 23:05:10 +00:00
parent d0113849d6
commit 9e1b53a732
3 changed files with 8 additions and 4 deletions

View File

@@ -15,6 +15,7 @@ type infoWarner interface {
type infoer interface {
Info(s string)
Infof(format string, args ...any)
}
type warner interface {