transceiver: use log level cache

Depends: libosmocore.git I539872fc9e3c50b407e6bc388f1e091fa2c826c3
Change-Id: Ic9f0e81c89827f2696ce046a3396f041703d6ae5
This commit is contained in:
Eric Wild 2024-03-22 11:20:54 +01:00
parent 25590be470
commit b7dd36b4b9
1 changed files with 1 additions and 0 deletions

View File

@ -645,6 +645,7 @@ int main(int argc, char *argv[])
osmo_init_logging2(tall_trx_ctx, &log_info);
log_enable_multithread();
log_cache_enable();
osmo_stats_init(tall_trx_ctx);
vty_init(&g_vty_info);
logging_vty_add_cmds();