mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-10-29 09:32:34 +00:00
WIFI-2825: Supress noisy logs
Signed-off-by: Owen Anderson <owenthomasanderson@gmail.com>
This commit is contained in:
committed by
Rick Sommerville
parent
72fa379804
commit
b6743c34ee
11
feeds/wlan-ap/opensync/patches/41-log-supression.patch
Normal file
11
feeds/wlan-ap/opensync/patches/41-log-supression.patch
Normal file
@@ -0,0 +1,11 @@
|
||||
--- a/src/lib/ovsdb/src/ovsdb_table.c
|
||||
+++ b/src/lib/ovsdb/src/ovsdb_table.c
|
||||
@@ -560,7 +560,7 @@ void ovsdb_table_update_cb(ovsdb_update_
|
||||
return;
|
||||
}
|
||||
|
||||
- LOG(INFO, "MON upd: %s table: %s row: %s", typestr, table->table_name, mon_uuid );
|
||||
+ LOG(TRACE, "MON upd: %s table: %s row: %s", typestr, table->table_name, mon_uuid );
|
||||
|
||||
if (LOG_SEVERITY_TRACE <= log_module_severity_get(MODULE_ID))
|
||||
{
|
||||
@@ -1015,7 +1015,6 @@ apc_cld_mon_cb(struct schema_Manager *mgr)
|
||||
if(!strncmp(mgr->status_keys[i] , "sec_since_connect",
|
||||
strlen("sec_since_connect"))) {
|
||||
conn_since = atoi(mgr->status[i]);
|
||||
LOGI("conn_since: %d", conn_since);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user