Add note about default log level

This commit is contained in:
Ian Barwick
2015-10-27 14:39:30 +09:00
parent afda3419cc
commit c8d0fb401f

View File

@@ -141,7 +141,10 @@ parse_config(t_configuration_options *options)
return false;
}
/* Initialize configuration options with sensible defaults */
/* Initialize configuration options with sensible defaults
* note: the default log level is set in log.c and does not need
* to be initialised here
*/
memset(options->cluster_name, 0, sizeof(options->cluster_name));
options->node = -1;
options->upstream_node = NO_UPSTREAM_NODE;