MaxScale log called consistently for maxlog
There were some variance regarding the way the MaxScale log (i.e. the file log) was called; "maxlog" in configuration file and "maxscalelog" at the command line and maxadmin interface. Now it is uniformly referred to as "maxlog" in the configuration file, at the command line, from maxadmin and in the code.
This commit is contained in:
@ -93,7 +93,7 @@ int mxs_log_rotate();
|
||||
|
||||
int mxs_log_set_priority_enabled(int priority, bool enabled);
|
||||
void mxs_log_set_syslog_enabled(bool enabled);
|
||||
void mxs_log_set_maxscalelog_enabled(bool enabled);
|
||||
void mxs_log_set_maxlog_enabled(bool enabled);
|
||||
void mxs_log_set_highprecision_enabled(bool enabled);
|
||||
void mxs_log_set_augmentation(int bits);
|
||||
|
||||
|
Reference in New Issue
Block a user