|
From: Mathias J. <ope...@0x...> - 2024-02-05 12:39:08
|
Bo Berglund wrote: > I mean the logs being produced from these server.conf lines: > > status /etc(openvpn/log/openvpn-status.log > log /etc(openvpn/log/openvpn.log > verb 4 Why do you insist on using legacy file based logs? Systemd's journal has much better options to filter/display log messages. And the best - it's enabled by default on systemd based systems. As written before, you can change the date format of journal *on*demand* with "-o" even if the event you want to troubleshoot happened in the passt. Cheers, Mathias |