Skip to content
New issue

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

Support for syslog (MariaDB 10.3 & Ubuntu 18.04) #440

Open
MartinStepar opened this issue Jun 16, 2019 · 1 comment
Open

Support for syslog (MariaDB 10.3 & Ubuntu 18.04) #440

MartinStepar opened this issue Jun 16, 2019 · 1 comment

Comments

@MartinStepar
Copy link

There is no error log file on fresh installation of MariaDB 10.3 on Ubuntu Server 18.04. Syslog is used instead. Is possible to add support for syslog?

Current status:

-------- Log file Recommendations ------------------------------------------------------------------
[--] Log file: /var/lib/mysql/manitu.err(0B)
[!!] Log file /var/lib/mysql/manitu.err doesn't exist
[!!] Log file /var/lib/mysql/manitu.err isn't readable.

All logged messages can be found with command cat /var/log/syslog | grep "mysqld"

@grooverdan
Copy link
Contributor

#539 is a protoype around log improvements. It provides systemd journal reading. syslog output could end up anywhere according to syslog user configuration so this wasn't implemented. Is this useful enough? Suggested enhancements?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants