~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to docs/administration/logging.rst

  • Committer: Mark Atwood
  • Date: 2011-11-14 07:30:41 UTC
  • Revision ID: me@mark.atwood.name-20111114073041-mo2hgg8ouseo2kpu
releaseĀ 2011.11.29

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
-------