Added stdout as an option for log output with the -l or --log command line option.

This commit is contained in:
Markus Makela
2015-05-06 17:33:02 +03:00
parent fc7072786b
commit dcd0098823
3 changed files with 21 additions and 8 deletions

View File

@ -48,9 +48,9 @@ Options may be passed to the MaxScale binary that alter this default behavior, t
<td>Use the filename passed as an argument instead of looking in $MAXSCALE_HOME/etc/MaxScale.cnf</td>
</tr>
<tr>
<td>-l<file>|<shm></td>
<td>-l<file>|<shm>|<stdout></td>
<td>--log=</td>
<td>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.</td>
<td>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.</td>
</tr>
<tr>
<td>-v</td>