Releases: metwork-framework/log_proxy
Releases · metwork-framework/log_proxy
fix: break out in case of write problem
Thanks to @ajw1980 for the fix
fix: Better help and comments
fix: Better help and comments
Pass missing options -c, -o and -g from wrapper to logger process
Pass missing options -c, -o and -g from wrapper to logger process
v0.7.1
build: changelog automatic update
build log_proxy command in wrapper as an argv array, don't use gshell parser
Thanks again to mk-fg :
- build log_proxy command in wrapper as an argv array, don't use gshell parser
- write out log line with time-prefix as one string to avoid holding locks
feat: add -T/--timestamps (env LOGPROXY_TIMESTAMPS) option to prepend strftime to each line
Thanks to mk-fg :
- add -T/--timestamps (env LOGPROXY_TIMESTAMPS) option to prepend strftime to each line
feat: add environment variable LOGPROXY_CHMOD
Add an optional environment variable LOGPROXY_CHMOD to change logfiles mode
v0.5.1
fix: centos8 memory fix (#31)