Fix invalid mariadb log options
Trivial: log-error & log-bin are both invalid mariadb config options. The appropriate options are log_error & log_bin. Note - this change mostly unnecessary as log_error is provided via cli and log_bin value is the default. Change-Id: If7051f7139a68864e599cccffaf17c21855fc4a8
This commit is contained in:
parent
2af37ecb5f
commit
414677a6b5
@ -12,9 +12,9 @@ basedir=/usr
|
||||
bind-address={{ api_interface_address }}
|
||||
port={{ mariadb_port }}
|
||||
|
||||
log-error=/var/log/kolla/mariadb/mariadb.log
|
||||
log_error=/var/log/kolla/mariadb/mariadb.log
|
||||
|
||||
log-bin=mysql-bin
|
||||
log_bin=mysql-bin
|
||||
binlog_format=ROW
|
||||
expire_logs_days=14
|
||||
default-storage-engine=innodb
|
||||
|
Loading…
x
Reference in New Issue
Block a user