logfile_enabled   416 mcp/corosync.c         char *logfile_enabled = NULL;
logfile_enabled   418 mcp/corosync.c         get_config_opt(config, local_handle, KEY_PREFIX "to_logfile", &logfile_enabled, "on");
logfile_enabled   421 mcp/corosync.c         if (crm_is_true(logfile_enabled) == FALSE) {
logfile_enabled   433 mcp/corosync.c         free(logfile_enabled);