Commit fcd9f608 authored by jperaldi's avatar jperaldi

reducing by default log level of gNB

parent 56f36c62
......@@ -310,14 +310,14 @@ security = {
log_config :
{
global_log_level ="info";
pkt_log_level ="info";
hw_log_level ="info";
phy_log_level ="info";
mac_log_level ="info";
rlc_log_level ="info";
pdcp_log_level ="info";
global_log_level ="error";
pkt_log_level ="error";
#hw_log_level ="info";
#phy_log_level ="info";
#mac_log_level ="info";
#rlc_log_level ="info";
#pdcp_log_level ="info";
rrc_log_level ="info";
ngap_log_level ="debug";
#ngap_log_level ="debug";
};
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment