Skip to content

Prevent invalid year bump from default syslog log files

Leandro Santiago requested to merge fix/644_log_in_the_future into future/release-2.0

Ref #644 (closed)

It works but ignoring any log lines older than the latest line read.

The ignoring part works only for -watch_dir. -log_socket and -stdin are not yet supported (if ever will, in case users complain). The prevention of year bumping works, though.

Edited by Leandro Santiago

Merge request reports