|
From: Mathias J. <ope...@0x...> - 2024-02-05 09:21:35
|
Bo Berglund wrote: > I tried the service restart and it worked inasfar as the logs now look like this > example: > > Mon Feb 5 09:42:42 2024 us=734354 succeeded -> ifconfig_pool_set() > > Now I just need to get it to display as yyyy-mm-dd hh:mm:ss so it would be > useful for me. > > I really wonder why it uses this terrible illogical display with the day name > first? > > So how can I change it to use the ISO 8601 format? journalctl has an the "-o" option to adjust the timestamp output (see "man journalctl"): journalctl -o short-iso -u <your-openvpn-service-name> Cheers, Mathias |