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
Output should be appended to the existing events log file or the file should be rotated on restart:
$ ls -l total 284 -rw------- 1 root root 104 Oct 9 16:42 events.log.00000001 -rw------- 1 root root 106496 Oct 9 16:36 proxysql.db -rw------- 1 root root 106496 Oct 9 16:24 proxysql.db.bak -rw------- 1 root root 64943 Oct 9 16:43 proxysql.log -rw-r--r-- 1 root root 5 Oct 9 16:39 proxysql.pid $ sudo service proxysql restart $ ls -l total 284 -rw------- 1 root root 0 Oct 9 16:43 events.log.00000001 -rw------- 1 root root 106496 Oct 9 16:36 proxysql.db -rw------- 1 root root 106496 Oct 9 16:24 proxysql.db.bak -rw------- 1 root root 67027 Oct 9 16:43 proxysql.log -rw-r--r-- 1 root root 5 Oct 9 16:43 proxysql.pid
The text was updated successfully, but these errors were encountered:
Fixes - "Event log file is overwritten on ProxySQL service restart" s…
28a9e3f
…ysown#1201
Fixed. Thank you @pondix !
Sorry, something went wrong.
No branches or pull requests
Output should be appended to the existing events log file or the file should be rotated on restart:
The text was updated successfully, but these errors were encountered: