Commit 3972028f authored by jperaldi's avatar jperaldi

reducing gNB log level

parent ef553413
...@@ -252,14 +252,14 @@ security = { ...@@ -252,14 +252,14 @@ security = {
log_config : log_config :
{ {
global_log_level ="info"; global_log_level ="error";
pkt_log_level ="info"; # pkt_log_level ="info";
hw_log_level ="info"; # hw_log_level ="info";
phy_log_level ="info"; # phy_log_level ="info";
mac_log_level ="info"; # mac_log_level ="info";
rlc_log_level ="info"; # rlc_log_level ="info";
pdcp_log_level ="info"; # pdcp_log_level ="info";
rrc_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