We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d440116 commit 6239655Copy full SHA for 6239655
example/idp2/idp_conf.py.example
@@ -145,22 +145,22 @@ CONFIG = {
145
},
146
147
"handlers": {
148
- "stdout": {
+ "stderr": {
149
"class": "logging.StreamHandler",
150
- "stream": "ext://sys.stdout",
+ "stream": "ext://sys.stderr",
151
"level": "DEBUG",
152
"formatter": "simple",
153
154
155
"loggers": {
156
"saml2": {
157
- "level": "INFO"
+ "level": "DEBUG"
158
159
160
"root": {
161
162
"handlers": [
163
- "stdout",
+ "stderr",
164
],
165
166
0 commit comments