summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorDavid Sommerseth <dazo@users.sourceforge.net>2013-12-26 00:11:37 +0100
committerDavid Sommerseth <dazo@users.sourceforge.net>2013-12-26 00:22:32 +0100
commit1e97c1c6537724fc3f4866da06b1e380471c1c06 (patch)
treeb161f348c4b8c380e1d0fcc2320c5fc2d889871e /docs
parent8655f934aabe1ba64668cb9dfff6e3e65e79083a (diff)
downloadlogactio-1e97c1c6537724fc3f4866da06b1e380471c1c06.tar.gz
logactio-1e97c1c6537724fc3f4866da06b1e380471c1c06.tar.xz
logactio-1e97c1c6537724fc3f4866da06b1e380471c1c06.zip
Added logging to stdout
Signed-off-by: David Sommerseth <dazo@users.sourceforge.net>
Diffstat (limited to 'docs')
-rw-r--r--docs/source/starting.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/source/starting.rst b/docs/source/starting.rst
index 59ff815..76f680a 100644
--- a/docs/source/starting.rst
+++ b/docs/source/starting.rst
@@ -68,7 +68,8 @@ for the pid file.
By default logactio will do all logging via syslog. If you want to log to a
separate file, add the *--log-type=file* and *--log-file=/path/to/my/log.file*.
When logactio writes to syslog, they are tagged with *logactio*. This may be
-modified with the *--syslog-id* argument.
+modified with the *--syslog-id* argument. To log to stdout, use
+*--log-type=stdout*
If you want to run logactio as a daemon, add the *--daemon* argument as well.