Rename error.log to maxscale.log

Since there is but one log file where error, warning, notice, info
and debug messages are written, calling it "error.log" is misleading.
Consequently the log file is renamed to "maxscale.log".
This commit is contained in:
Johan Wikman 2015-11-29 21:25:46 +02:00
parent f6e8662933
commit c71610d7d4

View File

@ -43,7 +43,7 @@
# define _GNU_SOURCE
#endif
static const char LOGFILE_NAME_PREFIX[] = "error";
static const char LOGFILE_NAME_PREFIX[] = "maxscale";
static const char LOGFILE_NAME_SUFFIX[] = ".log";
extern char *program_invocation_name;