Skip to content

Commit ca60cd9

Browse files
committed
Do not out debug logs for example/idp2
The debug logs becomes part of the xml metadata. Signed-off-by: Ivan Kanakarakis <[email protected]>
1 parent db417d8 commit ca60cd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/idp2/idp_conf.py.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ CONFIG = {
154154
},
155155
"loggers": {
156156
"saml2": {
157-
"level": "DEBUG"
157+
"level": "INFO"
158158
},
159159
},
160160
"root": {

0 commit comments

Comments
 (0)