mirror of
https://github.com/Kozea/Radicale.git
synced 2025-04-04 13:47:37 +03:00
Fix: debug logging in rights/from_file
This commit is contained in:
parent
166d4ed27b
commit
a54fb10e17
2 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,8 @@
|
|||
# Changelog
|
||||
|
||||
## 3.3.2.dev
|
||||
* Fix: debug logging in rights/from_file
|
||||
|
||||
## 3.3.1
|
||||
|
||||
* Add: option [auth] type=dovecot
|
||||
|
|
|
@ -99,12 +99,9 @@ class Rights(rights.BaseRights):
|
|||
user, sane_path, user_pattern,
|
||||
collection_pattern, section, permission)
|
||||
return permission
|
||||
logger.debug("Rule %r:%r doesn't match %r:%r from section %r",
|
||||
user, sane_path, user_pattern, collection_pattern,
|
||||
section)
|
||||
if self._log_rights_rule_doesnt_match_on_debug:
|
||||
logger.debug("Rule %r:%r doesn't match %r:%r from section %r",
|
||||
user, sane_path, user_pattern, collection_pattern,
|
||||
section)
|
||||
logger.info("Rights: %r:%r doesn't match any section", user, sane_path)
|
||||
logger.debug("Rights: %r:%r doesn't match any section", user, sane_path)
|
||||
return ""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue