From b8528b7ebf91802a57c2e2ce830976667300c53e Mon Sep 17 00:00:00 2001 From: Markus Makela Date: Wed, 6 May 2015 17:33:02 +0300 Subject: [PATCH] Added stdout as an option for log output with the -l or --log command line option. --- Tutorials/Administration-Tutorial.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Tutorials/Administration-Tutorial.md b/Tutorials/Administration-Tutorial.md index 929850eb5..0fb0051b5 100644 --- a/Tutorials/Administration-Tutorial.md +++ b/Tutorials/Administration-Tutorial.md @@ -48,9 +48,9 @@ Options may be passed to the MaxScale binary that alter this default behavior, t Use the filename passed as an argument instead of looking in $MAXSCALE_HOME/etc/MaxScale.cnf - -l| + -l|| --log= - Control where logs are written for the debug and trace level log messages. the default is to write these to a shared memory device, however using the -lfile or --log=file option will forced these to be written to regular files. + Control where logs are written for the debug and trace level log messages. the default is to write these to a shared memory device, however using the -lfile or --log=file option will forced these to be written to regular files. Using -lstdout or --log=stdout will use the standard output for all enabled logs. -v