We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
$ echo "test" | curtail -s 4G file.log -v crtl_cmdline_args: log level <DEBUG> crtl_cmdline_args: output file size <4294967296> crtl_cmdline_args: output file path <file.log> main: Starting process ver 1.0 crtl_signals_register: Registering SIGINT... crtl_signals_register: Registering SIGTERM... crtl_signals_register: Registering SIGQUIT... crtl_file_open: ERROR :unable to seek end of output file <Success> crtl_main_init: ERROR :unable to open output file crtl_main_term: fd -1 main: return
This seems to be caused by an integer overflow.
The text was updated successfully, but these errors were encountered:
Thanks for reporting this, Simon. I posted a change that should address the issue. Best regards.
Sorry, something went wrong.
dwolaver
No branches or pull requests
This seems to be caused by an integer overflow.
The text was updated successfully, but these errors were encountered: