Debug log to help troubleshoot delegation ACLs

This commit is contained in:
Mickaël Rémond 2019-06-11 18:52:44 +02:00 committed by GitHub
parent 88a3e1b510
commit 267ce0dde0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -157,6 +157,7 @@ handle_cast({component_connected, Host}, State) ->
allow ->
send_disco_queries(ServerHost, Host, NS);
deny ->
?DEBUG("Denied delegation for ~s on ~s", [Host, NS]),
ok
end
end, NSAttrsAccessList),