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 c348b93 commit 577459cCopy full SHA for 577459c
dc4eu_federation/wallet_provider/conf.json
@@ -4,12 +4,13 @@
4
"disable_existing_loggers": false,
5
"root": {
6
"handlers": [
7
- "default"
+ "default",
8
+ "console"
9
],
10
"level": "DEBUG"
11
},
12
"loggers": {
- "bobcat_idp": {
13
+ "entity": {
14
15
}
16
@@ -18,6 +19,11 @@
18
19
"class": "logging.FileHandler",
20
"filename": "wallet_provider/debug.log",
21
"formatter": "default"
22
+ },
23
+ "console": {
24
+ "class": "logging.StreamHandler",
25
+ "stream": "ext://sys.stdout",
26
+ "formatter": "default"
27
28
29
"formatters": {
0 commit comments