Skip to content

Commit

Permalink
Change log error verbosity
Browse files Browse the repository at this point in the history
Connects to #83
  • Loading branch information
mamedin committed Jul 3, 2024
1 parent 17e6bc5 commit e88488f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion templates/etc_my.cnf-centos.j2
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ log_error = /var/log/mysqld.log
{% if mysql_version_major|int < 8 %}
log_warnings = 2
{% else %}
log_error_verbosity = 2
log_error_verbosity = 1
{% endif %}
#general_log_file = /var/log/mysql/mysqld.log
#general_log = 1
Expand Down
2 changes: 1 addition & 1 deletion templates/etc_mysql_my.cnf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ log_error = /var/log/mysql/error.log
{% if mysql_version_major|int < 8 %}
log_warnings = 2
{% else %}
log_error_verbosity = 2
log_error_verbosity = 1
{% endif %}
#general_log_file = /var/log/mysql/mysql.log
#general_log = 1
Expand Down

0 comments on commit e88488f

Please sign in to comment.