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

[14.0.0] unable set log to journal #1571

Open
tuxmaster5000 opened this issue May 26, 2023 · 2 comments
Open

[14.0.0] unable set log to journal #1571

tuxmaster5000 opened this issue May 26, 2023 · 2 comments

Comments

@tuxmaster5000
Copy link

To let MariaDB log into journal. the log_error must set to an empty value,
but this is currently not possible.

@tuxmaster5000
Copy link
Author

The problem is, that the difference between MySQL and MariaDB are not respected.
For MariaDB the log-err will be 'mariadb' => { 'log-err' => foo } but in the module 'mysql' => is hard coded, so an ugly override of mysql must be done. But for the future it looks like, all mysql references are removed by MariaDB. So an switch will be nice, which can switch between the MySQL and MariaDB syntax.

@tuxmaster5000
Copy link
Author

After playing some times more, the next problem is, that the options log-error and pid-file can't be removed. But both must be complete removed from the config for using systemd and journald.

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

2 participants