Skip to content

Commit

Permalink
Narrow log level of proc module
Browse files Browse the repository at this point in the history
Signed-off-by: Viet Anh Duong <[email protected]>
  • Loading branch information
vietanhduong committed Dec 30, 2023
1 parent 7f34012 commit 5144be0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/syms/proc_module.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ func (m *ProcModule) load() {
m.log.WithFields(logrus.Fields{
logfields.ProcModulePath: m.path.GetPath(),
logfields.ProcModuleTableSize: m.table.Size(),
}).Debugf("Loaded symbol table!")
}).Tracef("Loaded symbol table!")
}
}()
if m.loaded || m.typ == UNKNOWN {
Expand Down

0 comments on commit 5144be0

Please sign in to comment.