~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to docs/administration/drizzled.rst

  • Committer: Mark Atwood
  • Date: 2011-11-15 04:19:11 UTC
  • mfrom: (2457.1.1 drizzle-docs71-2)
  • Revision ID: me@mark.atwood.name-20111115041911-mwcqz8tvfze0sgbo
lp:~hingo/drizzle/7.1-docs-reviewfixes

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
81
 
------
 
80
Output and Logging
 
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
 
You should redirect ``STDOUT`` and ``STDERR`` to a log file as in the above
86
 
script example for starting Drizzle manually.
 
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
 
87
95
 
88
96
Signaling
89
97
---------