Syslog interface for query log, error messages, and functions.
This plugin is loaded by default, but it may need to be configured. See the plugin’s Configuration and Variables.
To stop the plugin from loading by default, start drizzled with:
--plugin-remove=syslog
See also
Plugin Options for more information about adding and removing plugins.
These command line options configure the plugin when drizzled is started. See Command Line Options for more information about specifying command line options.
Default: | false |
---|---|
Variable: | syslog_errmsg_enable |
Enable logging to syslog of the error messages
Default: | warning |
---|---|
Variable: | syslog_errmsg_priority |
Syslog Priority of error messages
Default: | local0 |
---|---|
Variable: | syslog_facility |
Syslog Facility
Default: | drizzled |
---|---|
Variable: |
Syslog Ident
Default: | false |
---|---|
Variable: | syslog_logging_enable |
Enable logging to syslog of the query log
Default: | warning |
---|---|
Variable: | syslog_logging_priority |
Syslog Priority of query logging
Default: | 0 |
---|---|
Variable: | syslog_logging_threshold_big_examined |
Threshold for logging big queries
Default: | 0 |
---|---|
Variable: | syslog_logging_threshold_big_resultset |
Threshold for logging big queries
Default: | 0 |
---|---|
Variable: | syslog_logging_threshold_slow |
Threshold for logging slow queries
These variables show the running configuration of the plugin. See variables for more information about querying and setting variables.
syslog_errmsg_enable
Scope: Global Dynamic: No Option: --syslog.errmsg-enable Enable logging to syslog of the error messages
syslog_errmsg_priority
Scope: Global Dynamic: No Option: --syslog.errmsg-priority Syslog Priority of error messages
syslog_facility
Scope: Global Dynamic: No Option: --syslog.facility Syslog Facility
syslog_logging_enable
Scope: Global Dynamic: No Option: --syslog.logging-enable Enable logging to syslog of the query log
syslog_logging_priority
Scope: Global Dynamic: No Option: --syslog.logging-priority Syslog Priority of query logging
syslog_logging_threshold_big_examined
Scope: Global Dynamic: No Option: --syslog.logging-threshold-big-examined Threshold for logging big queries
syslog_logging_threshold_big_resultset
Scope: Global Dynamic: No Option: --syslog.logging-threshold-big-resultset Threshold for logging big queries
syslog_logging_threshold_slow
Scope: Global Dynamic: No Option: --syslog.logging-threshold-slow Threshold for logging slow queries
Sorry, there are no examples for this plugin.
Mark Atwood
This documentation applies to syslog 0.3.
To see which version of the plugin a Drizzle server is running, execute:
SELECT MODULE_VERSION FROM DATA_DICTIONARY.MODULES WHERE MODULE_NAME='syslog'