mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-09 12:39:21 +00:00
Merge pull request #10778 from donaldsharp/command_logging
tests: Make all commands logged
This commit is contained in:
commit
4778843161
@ -1749,7 +1749,7 @@ class Router(Node):
|
|||||||
daemon, self.logdir, self.name
|
daemon, self.logdir, self.name
|
||||||
)
|
)
|
||||||
|
|
||||||
cmdopt = "{} --log file:{}.log --log-level debug".format(
|
cmdopt = "{} --command-log-always --log file:{}.log --log-level debug".format(
|
||||||
daemon_opts, daemon
|
daemon_opts, daemon
|
||||||
)
|
)
|
||||||
if extra_opts:
|
if extra_opts:
|
||||||
|
Loading…
Reference in New Issue
Block a user