MXS-362: Enable/disable log augmentation
Log message augmentation (appending of function name) can now be enabled or disabled via the configuration file and command line. By default, the augmentation is disabled.
This commit is contained in:
@ -106,7 +106,7 @@ static bool flushall_done_flag;
|
||||
/**
|
||||
* Default augmentation.
|
||||
*/
|
||||
static int default_log_augmentation = LOG_AUGMENT_WITH_FUNCTION;
|
||||
static int default_log_augmentation = 0;
|
||||
static int log_augmentation = default_log_augmentation;
|
||||
|
||||
/** Writer thread structure */
|
||||
|
Reference in New Issue
Block a user