~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to docs/administration/logging.rst

  • Committer: Olaf van der Spek
  • Date: 2011-11-09 19:27:44 UTC
  • mto: This revision was merged to the branch mainline in revision 2457.
  • Revision ID: olafvdspek@gmail.com-20111109192744-xgu8uyi2f89ebwd1
Refactor

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
redirected to a log file when
13
13
:ref:`starting Drizzle <starting_and_stopping_drizzled>`.
14
14
 
15
 
Note that beginning with the first ``Drizzle 7.1 Beta 2011.10.28`` drizzled
16
 
will **also** log messages via syslog and this is *in addition* to using 
17
 
``STDOUT`` and ``STDERR``. This functionality is provided by the 
18
 
:ref:`syslog_plugin` plugin. (For example on Ubuntu these messages are written
19
 
to :file:`/var/log/syslog`).
 
15
Since :program:`syslog` is the standard UNIX logging facility,
 
16
the :ref:`syslog_plugin` plugin is also loaded by default which will log error
 
17
messages to the system log (:file:`/var/log/syslog` on Ubuntu for example).
 
18
However, you must start :program:`drizzled` with
 
19
:option:`--syslog.errmsg-enable` to enable this feature.
20
20
 
21
21
Queries
22
22
-------