EOSIO / eos

An open source smart contract platform
https://developers.eos.io/manuals/eos
MIT License
11.27k stars 3.76k forks source link

Bug: nodeos logging strange behavior #8533

Closed ank-everstake closed 4 years ago

ank-everstake commented 4 years ago

There is very strange behavior when using extended logging (using logging.json).

What is observed: "enabled - bool value to enable/disable the appender" - does not seem to work at all, nor in appenders, nor in loggers section. For example:

Tested on v2.0.1 tag, built from sources, Ubuntu 18.04.2 LTS.

johndebord commented 4 years ago

Despite being in the logging.json file, those knobs have not been implemented yet, and we are currently reviewing the different avenues to approach modifying the logging facility.

mharrisb1 commented 4 years ago

We are closing this issue. We are aware of this and other issues in fc::logger and will create a mega-issue linking this and the other logging-related issues soon to address all problems in one effort.