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:
@ -43,7 +43,7 @@
|
|||||||
# define _GNU_SOURCE
|
# define _GNU_SOURCE
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
static const char LOGFILE_NAME_PREFIX[] = "error";
|
static const char LOGFILE_NAME_PREFIX[] = "maxscale";
|
||||||
static const char LOGFILE_NAME_SUFFIX[] = ".log";
|
static const char LOGFILE_NAME_SUFFIX[] = ".log";
|
||||||
|
|
||||||
extern char *program_invocation_name;
|
extern char *program_invocation_name;
|
||||||
|
Reference in New Issue
Block a user