log: deprecated "error_file" option

Removed the "error_file" option.  There is only one log file now.  If
a user wants to see only the errors, he should configure a log_level.
This commit is contained in:
Max Kellermann
2008-12-28 19:48:52 +01:00
parent d838a1ad24
commit 8dc92ad284
5 changed files with 5 additions and 31 deletions

View File

@@ -84,7 +84,7 @@ void parseOptions(int argc, char **argv, Options *options)
{ "no-daemon", 0, 0, G_OPTION_ARG_NONE, &option_no_daemon,
"don't detach from console", NULL },
{ "stdout", 0, 0, G_OPTION_ARG_NONE, &options->stdOutput,
"print messages to stdout and stderr", NULL },
"print messages to stderr", NULL },
{ "verbose", 'v', 0, G_OPTION_ARG_NONE, &options->verbose,
"verbose logging", NULL },
{ .long_name = NULL }