From 7ff824f4432c82048e72ea8ec9a6b644b6539bac Mon Sep 17 00:00:00 2001 From: Christian Breunig Date: Sat, 11 Oct 2025 20:10:24 +0200 Subject: frrender: T7764: add "log timestamp precision 3" global option --- python/vyos/frrender.py | 1 + 1 file changed, 1 insertion(+) (limited to 'python') diff --git a/python/vyos/frrender.py b/python/vyos/frrender.py index 9504c4c2c..0207adeb2 100644 --- a/python/vyos/frrender.py +++ b/python/vyos/frrender.py @@ -724,6 +724,7 @@ class FRRender: # Enable FRR logging output += 'log syslog\n' output += 'log facility daemon\n' + output += 'log timestamp precision 3\n' # Enable SNMP agentx support # SNMP AgentX support cannot be disabled once enabled -- cgit v1.2.3