|
Login |
Error_Log_Level
Error_Log_Level(since 1.0) DescriptionA number that controls what shall be logged to the error log. Add these numbers to get the desired "log level":
The levels with "NN" are for further extensions and subject to change. See examples below. Config file optionsError_Log_Level Command line options--error-log-level ExamplesLog everything: Error_Log_Level="8191" Log fatal, error and warnings (1+2+4) Error_Log_Level="7" Log fatal, error, warnings and trace sql calls (+128): Error_Log_Level="135" Recommended (fatal, error, warning and informational): Error_Log_Level="15"
Contributors to this page: redflo
. |
google search |