summaryrefslogtreecommitdiffstats
path: root/keystone-moon/keystone/contrib/moon/exception.py
diff options
context:
space:
mode:
authorWuKong <rebirthmonkey@gmail.com>2015-07-08 11:19:13 +0200
committerWuKong <rebirthmonkey@gmail.com>2015-07-08 11:24:11 +0200
commit88b61685332bb3b0dd65612bd5747064eccf68a8 (patch)
tree4de922307846db0d172688f56d21cd864cb452d0 /keystone-moon/keystone/contrib/moon/exception.py
parentcbda180fc4370b8eda4b886f79bfbc0fb739608e (diff)
dev
Change-Id: Ife2b12398a8107949729e700fed19dd202b637b3 Signed-off-by: WuKong <rebirthmonkey@gmail.com>
Diffstat (limited to 'keystone-moon/keystone/contrib/moon/exception.py')
-rw-r--r--keystone-moon/keystone/contrib/moon/exception.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/keystone-moon/keystone/contrib/moon/exception.py b/keystone-moon/keystone/contrib/moon/exception.py
index b206fc76..8ff77b7e 100644
--- a/keystone-moon/keystone/contrib/moon/exception.py
+++ b/keystone-moon/keystone/contrib/moon/exception.py
@@ -193,7 +193,7 @@ class RuleOKNotExisting(AuthzRule):
message_format = _("The positive rule for that request doen't exist.")
code = 400
title = 'Rule OK Not Existing'
- logger = "WARNING"
+ logger = "ERROR"
class RuleKOExisting(AuthzRule):