diff options
| -rwxr-xr-x | op-mode-definitions/show-log.xml.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/op-mode-definitions/show-log.xml.in b/op-mode-definitions/show-log.xml.in index 302188602..1031e83cb 100755 --- a/op-mode-definitions/show-log.xml.in +++ b/op-mode-definitions/show-log.xml.in @@ -36,7 +36,7 @@ <properties> <help>Show listing of authorization attempts</help> </properties> - <command>journalctl --no-hostname --boot --quiet SYSLOG_FACILITY=10 SYSLOG_FACILITY=4</command> + <command>journalctl --no-hostname --boot --quiet --facility=auth,authpriv</command> </leafNode> <leafNode name="certbot"> <properties> |
