We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I had a case where I had a syntax error in the config.ini file, the output format when logging through zap is:
config.ini
2021-01-15T15:56:59.717-0500 (mindreader) operator ready to receive commands (operator/operator.go:144) 2021-01-15T15:56:59.753-0500 (mindreader) error 2021-01-15T20:56:59.752 thread-0 main.cpp:163 main ] ../libraries/appbase/application.cpp(298): Throw in function bool appbase::application::initialize_impl(int, char **, vector<appbase::abstract_plugin *>) (log_plugin/to_zap_log_plugin.go:119) 2021-01-15T15:56:59.753-0500 (mindreader) Dynamic exception type: boost::wrapexcept<std::runtime_error> (log_plugin/to_zap_log_plugin.go:119) 2021-01-15T15:56:59.753-0500 (mindreader) std::exception::what: Unknown option '; p2p-peer-address' inside the config file /Users/maoueh/work/dfuse/playground-eosio-dfuse-blocks/mindreader/config.ini (log_plugin/to_zap_log_plugin.go:119) 2021-01-15T15:56:59.753-0500 (mindreader) (log_plugin/to_zap_log_plugin.go:119)
This was a pain to notice as en error. It would be cool to output the last N logs lines as-is when nodeos dies completely.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I had a case where I had a syntax error in the
config.ini
file, the output format when logging through zap is:This was a pain to notice as en error. It would be cool to output the last N logs lines as-is when nodeos dies completely.
The text was updated successfully, but these errors were encountered: