Skip to content

Commit ca6f016

Browse files
committed
Update changelog, man page for always_log_to_syslog.
1 parent d5a770b commit ca6f016

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

ChangeLog

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
sasl-xoauth2 (0.23) unstable; urgency=low [NOT YET RELEASED]
2+
3+
* Add new config option, "always_log_to_syslog", to unconditionally
4+
log progress to syslog.
5+
6+
-- Tarick Bedeir <[email protected]> Wed, 12 Jul 2023 23:02:00 -0700
7+
18
sasl-xoauth2 (0.22) unstable; urgency=low
29

310
* Update SASL plugin flags to indicate sasl-xoauth2 doesn't send

docs/sasl-xoauth2.conf.5.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ The top-level JSON object can contain the following keys:
3434

3535
: authenticates this client for OAuth 2 token requests; world-readable by default (but see below to place this in token files instead)
3636

37+
`always_log_to_syslog`
38+
39+
: always write plugin log messages to syslog, even for successful runs (defaults to "no")
40+
3741
`log_to_syslog_on_failure`
3842

3943
: log to syslog if XOAUTH2 flow fails (defaults to "yes")

0 commit comments

Comments
 (0)