4
The :program:`logging_gearman` plugin logs queries to a Gearman server.
6
.. _logging_gearman_loading:
11
To load this plugin, start :program:`drizzled` with::
13
--plugin-add=logging_gearman
15
Loading the plugin may not enable or configure it. See the plugin's
16
:ref:`logging_gearman_configuration` and :ref:`logging_gearman_variables`.
18
.. seealso:: :doc:`/options` for more information about adding and removing plugins.
20
.. _logging_gearman_configuration:
25
These command line options configure the plugin when :program:`drizzled`
26
is started. See :doc:`/configuration` for more information about specifying
31
.. option:: --logging-gearman.function ARG
34
:Variable: :ref:`logging_gearman_function <logging_gearman_function>`
36
Gearman function to send logging to.
38
.. option:: --logging-gearman.host ARG
41
:Variable: :ref:`logging_gearman_host <logging_gearman_host>`
43
Hostname for logging to a Gearman server.
45
.. _logging_gearman_variables:
50
These variables show the running configuration of the plugin.
51
See `variables` for more information about querying and setting variables.
53
.. _logging_gearman_function:
55
* ``logging_gearman_function``
59
:Option: :option:`--logging-gearman.function`
61
Gearman Function to send logging to
63
.. _logging_gearman_host:
65
* ``logging_gearman_host``
69
:Option: :option:`--logging-gearman.host`
71
Hostname for logging to a Gearman server
73
.. _logging_gearman_examples:
78
Sorry, there are no examples for this plugin.
80
.. _logging_gearman_authors:
87
.. _logging_gearman_version:
92
This documentation applies to **logging_gearman 0.1**.
94
To see which version of the plugin a Drizzle server is running, execute:
98
SELECT MODULE_VERSION FROM DATA_DICTIONARY.MODULES WHERE MODULE_NAME='logging_gearman'