mirror of
https://github.com/juanfont/headscale.git
synced 2025-08-11 20:47:34 +00:00
Make log keys lowercase
This commit is contained in:
@@ -89,7 +89,7 @@ func getHeadscaleApp() (*headscale.Headscale, error) {
|
||||
derpMap, err := loadDerpMap(derpPath)
|
||||
if err != nil {
|
||||
log.Error().
|
||||
Str("Path", derpPath).
|
||||
Str("path", derpPath).
|
||||
Err(err).
|
||||
Msg("Could not load DERP servers map file")
|
||||
}
|
||||
@@ -140,7 +140,7 @@ func getHeadscaleApp() (*headscale.Headscale, error) {
|
||||
err = h.LoadACLPolicy(aclPath)
|
||||
if err != nil {
|
||||
log.Error().
|
||||
Str("Path", aclPath).
|
||||
Str("path", aclPath).
|
||||
Err(err).
|
||||
Msg("Could not load the ACL policy")
|
||||
}
|
||||
|
Reference in New Issue
Block a user