NOT FOR MERGE always set cyclic logging colors in osmo_init_logging2()

Change-Id: Ia629a1069f32b29bad5c43009cc3c99f39985a94
This commit is contained in:
Neels Hofmeyr 2019-11-20 05:05:12 +01:00 committed by Neels Hofmeyr
parent ae4536b306
commit 0d9d706cef
1 changed files with 1 additions and 0 deletions

View File

@ -128,6 +128,7 @@ int osmo_init_logging2(void *ctx, const struct log_info *log_info)
log_add_target(osmo_stderr_target);
log_set_all_filter(osmo_stderr_target, 1);
log_set_cyclic_category_colors();
return 0;
}