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

@ -1686,7 +1686,8 @@ static bool fnames_conf_init(
"-j <log path> ............(\"/tmp\")\n"
"-l <syslog log file ids> .......(no default)\n"
"-m <syslog ident> ............(argv[0])\n"
"-s <shmem log file ids> .......(no default)\n";
"-s <shmem log file ids> .......(no default)\n"
"-o .......(write logs to stdout)\n";
/**
* When init_started is set, clean must be done for it.