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:
parent
f6e8662933
commit
c71610d7d4
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user