由于我们升级到新的mariadb / mysql版本(以前是10.0.x分支),所以我们在错误日志中有大量这样的消息。 所有这些都是一个types[注]消息,但我找不到任何configuration选项来禁用此消息。 日志文件充满了,因此更重要的信息将被忽略。 我想知道为什么没有简单的选项来禁用所有types的[note]消息。 对于警告有一个“log_warnings”标志,但这种日志没有任何东西。 有任何想法吗? (我们在窗户上)
我已经尝试了log_warnings=1和log_warnings=2 。 两者都不隐藏音符消息。 我不想只显示log_warnings=0错误,警告有时候是很好的知道。
2016-02-05 5:13:33 5396 [Note] InnoDB: Online DDL : Start 2016-02-05 5:13:33 5396 [Note] InnoDB: Online DDL : Start reading clustered index of the table and create temporary files 2016-02-05 5:13:33 5396 [Note] InnoDB: Online DDL : End of reading clustered index of the table and create temporary files 2016-02-05 5:13:33 5396 [Note] InnoDB: Online DDL : Start merge-sorting index `PRIMARY` (1 / 3), estimated cost : 10.0000 2016-02-05 5:13:33 5396 [Note] InnoDB: Online DDL : End of merge-sorting index `PRIMARY` (1 / 3) 2016-02-05 5:13:33 5396 [Note] InnoDB: Online DDL : Start building index `PRIMARY` (1 / 3), estimated cost : 15.0000 2016-02-05 5:13:33 5396 [Note] InnoDB: Online DDL : End of building index `PRIMARY` (1 / 3) 2016-02-05 5:13:33 5396 [Note] InnoDB: Online DDL : Completed