~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to docs/administration/drizzled.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:
77
77
 
78
78
The ``shutdown`` command is case-sensitive.
79
79
 
80
 
Output and Logging
81
 
------------------
 
80
Output
 
81
------
82
82
 
83
83
:program:`drizzled` does *not* close or redirect output to ``STDOUT`` or
84
84
``STDERR`` to a log file or logging facility like :program:`syslog`.
85
 
When starting Drizzle, you should redirect ``STDOUT`` and ``STDERR`` to a log 
86
 
file or to /dev/null, as in the above script example when starting Drizzle.
87
 
 
88
 
When running :program:`drizzled` manually from a console, just allowing the
89
 
output to be printed for you can of course be useful.
90
 
 
91
 
Note that beginning with the first ``Drizzle 7.1 Beta 2011.10.28`` drizzled
92
 
will also log messages via syslog and this is *in addition* to using ``STDOUT``
93
 
and ``STDERR``.
94
 
 
 
85
You should redirect ``STDOUT`` and ``STDERR`` to a log file as in the above
 
86
script example for starting Drizzle manually.
95
87
 
96
88
Signaling
97
89
---------