gxchain / gxb-core

GXChain Blockchain implementation
https://www.gxchain.org
GNU General Public License v3.0
226 stars 78 forks source link

log issue "ERROR_WHILE_CONVERTING_VALUE_TO_STRING" #161

Closed secp256 closed 5 years ago

secp256 commented 5 years ago
2019-04-08T00:00:00 th_a:invoke handle_transaction   handle_transaction ] Got 3 transactions from network           application.cpp:558     
2019-04-08T00:00:00 th_a:invoke handle_transaction   handle_transaction ] got a transaction: ["ERROR_WHILE_CONVERTING_VALUE_TO_STRING"]         application.cpp:563
RootkitKiller commented 5 years ago

https://github.com/gxchain/gxb-fc/blob/master/include/fc/log/console_appender.hpp#L46 console_appender类的max_object_depth需要也添加默认值吗

secp256 commented 5 years ago

done