Set verbose to 2 by default.

This commit is contained in:
Christian Deacon
2025-02-26 11:59:18 -05:00
parent b3a9693d80
commit 53e801be8f
2 changed files with 2 additions and 2 deletions

View File

@@ -44,7 +44,7 @@ int LoadConfig(config__t *cfg, char *cfg_file)
*/
void SetCfgDefaults(config__t *cfg)
{
cfg->verbose = 1;
cfg->verbose = 2;
cfg->log_file = strdup("/var/log/xdpfw/xdpfw.log");
cfg->updatetime = 0;
cfg->interface = NULL;