5 Apr
2020
5 Apr
'20
6:22 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16357 --- Comment #47 from Victor Grousset/tuxayo <victor@tuxayo.net> --- == Workaround == At a sysadmin level, something is doable using the "ts" command. https://www.reddit.com/r/linux/comments/fqiu6b/til_about_vipe/
ts: timestamp standard input
dirty proof of concept: have a daemon running `tail -f plack-error.log | ts > plack-error-timestamped.log A true sysadmin could find a more clean solution. -- You are receiving this mail because: You are watching all bug changes.