gtphub: tweak default logging level

This commit is contained in:
Neels Hofmeyr 2016-02-23 13:28:04 +01:00
parent 03933a49de
commit 69da1d453c
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ static struct log_info_cat gtphub_categories[] = {
.description = "GTP Hub",
.color = "\033[1;33m",
.enabled = 1,
.loglevel = LOGL_NOTICE,
.loglevel = LOGL_INFO,
},
};