Skip to content

Commit d90ae09

Browse files
authored
fix: ZMS-31: Log updates stream if configured (#1028)
* ZMS-31: Log updates stream if configured * log updates payload when logging * in case of stream write fail, close stream
1 parent e431d47 commit d90ae09

File tree

2 files changed

+242
-53
lines changed

2 files changed

+242
-53
lines changed

config/default.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ authenticatorUserVerification = "discouraged"
4949
level = "silly"
5050

5151
skipFetchLog = false # if true, then does not output individual * FETCH responses to log
52+
updateStream = false # if true, then logs EventSource updates stream lifecycle and emitted events to console
5253

5354
# delete authentication log entries after 30 days
5455
# changing this value only affects new entries

0 commit comments

Comments
 (0)