unused variable fc::logging_config cfg
in cli_wallet/main.cpp
#1149
Labels
1b User Story
The User Story details a requirement. It may reference a parent Epic. It may reference child Task(s)
2b Gathering Requirements
Status indicating currently refining User Stories and defining Requirements
3c Enhancement
Classification indicating a change to the functionality of the existing imlementation
6 CLI
Impact flag identifying the command line interface (CLI) wallet application
code cleanup
Milestone
The logging config is created but never used. I see in the "Initial commit" the commented line
//fc::configure_logging( cfg );
probably deleted later on. We should either delete the dead code or put thefc::configure_logging( cfg );
back - what is desired? (Now there is a print on cosole saying "Logging RPC to file: logs/rpc/rpc.log" but logging is not happening!)The text was updated successfully, but these errors were encountered: