Skip to content

Commit 577459c

Browse files
committed
Add console logging to DC4EU wallet provider configuration
1 parent c348b93 commit 577459c

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

dc4eu_federation/wallet_provider/conf.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,13 @@
44
"disable_existing_loggers": false,
55
"root": {
66
"handlers": [
7-
"default"
7+
"default",
8+
"console"
89
],
910
"level": "DEBUG"
1011
},
1112
"loggers": {
12-
"bobcat_idp": {
13+
"entity": {
1314
"level": "DEBUG"
1415
}
1516
},
@@ -18,6 +19,11 @@
1819
"class": "logging.FileHandler",
1920
"filename": "wallet_provider/debug.log",
2021
"formatter": "default"
22+
},
23+
"console": {
24+
"class": "logging.StreamHandler",
25+
"stream": "ext://sys.stdout",
26+
"formatter": "default"
2127
}
2228
},
2329
"formatters": {

0 commit comments

Comments
 (0)