The logging of this line can be excessive at times and causing issues with HPCORE and then causes further issues down on to the reputation contract as discovered by @gadget78
|
LOG_WARNING << "Failed to enqueue comm msg."; |
we are unable to edit this value via some .cfg and it has been hardcoded to INFO level
https://github.com/EvernodeXRPL/sashimono/blob/be0039d2b3953c490895f8c3aae04c1d53617526/src/conf.hpp#L63
expected out come a .cfg is created where these values can be overridden by the operator or the default log level is reduced to ERROR.
The logging of this line can be excessive at times and causing issues with HPCORE and then causes further issues down on to the reputation contract as discovered by @gadget78
hpcore/src/comm/comm_session.cpp
Line 108 in 7c97aaa
we are unable to edit this value via some .cfg and it has been hardcoded to INFO level
https://github.com/EvernodeXRPL/sashimono/blob/be0039d2b3953c490895f8c3aae04c1d53617526/src/conf.hpp#L63
expected out come a .cfg is created where these values can be overridden by the operator or the default log level is reduced to ERROR.