summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog7
-rw-r--r--templates/show/log/authorization/node.def4
-rw-r--r--templates/show/log/node.def4
3 files changed, 9 insertions, 6 deletions
diff --git a/debian/changelog b/debian/changelog
index 1e1d6ca..af90bb7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+vyatta-op (0.14.0+vyos2+current8) unstable; urgency=medium
+
+ * T963: no authorization logs
+
+
+ -- hagbard <vyosdev@derith.de> Wed, 07 Nov 2018 12:38:20 -0800
+
vyatta-op (0.14.0+vyos2+current7) unstable; urgency=medium
* T870: Commit-confirm restarts the server even after commit
diff --git a/templates/show/log/authorization/node.def b/templates/show/log/authorization/node.def
index 80686a0..637943f 100644
--- a/templates/show/log/authorization/node.def
+++ b/templates/show/log/authorization/node.def
@@ -1,4 +1,2 @@
help: Show listing of authorization attempts
-run: less $_vyatta_less_options \
- --prompt=".log, page %dt of %D" \
- -- /var/log/auth.log
+run: sudo /bin/journalctl -q SYSLOG_FACILITY=10 SYSLOG_FACILITY=4
diff --git a/templates/show/log/node.def b/templates/show/log/node.def
index 3d37d84..a4f494f 100644
--- a/templates/show/log/node.def
+++ b/templates/show/log/node.def
@@ -1,4 +1,2 @@
help: Show contents of current master log file
-run: less $_vyatta_less_options \
- --prompt=".log, page %dt of %D" \
- -- /var/log/messages
+run: sudo /bin/journalctl