major/MySQLTuner-perl

Support for syslog (MariaDB 10.3 & Ubuntu 18.04)

Open

#440 opened on Jun 16, 2019

View on GitHub
 (1 comment) (0 reactions) (1 assignee)Perl (1,293 forks)batch import
Help Wantedenhancement

Repository metrics

Stars
 (9,452 stars)
PR merge metrics
 (Avg merge 3d 20h) (9 merged PRs in 30d)

Description

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"

Contributor guide