Skip to content

Commit

Permalink
Merge pull request #1325 from bitshares/abitmore-patch-3
Browse files Browse the repository at this point in the history
Added comment in config.ini about logging.ini
  • Loading branch information
abitmore authored Sep 14, 2018
2 parents 0e86ff5 + c99e2a5 commit b763e6b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion libraries/app/config_util.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,9 @@ static void create_new_config_file(const fc::path& config_ini_path, const fc::pa
out_cfg << "\n";
}

out_cfg << "\n"
<< "# Logging configuration is loaded from logging.ini by default.\n"
<< "# If logging.ini exists, logging configuration added in this file will be ignored.\n";
out_cfg.close();
}

Expand Down Expand Up @@ -333,4 +336,4 @@ namespace graphene { namespace app {
}
}

} } // graphene::app
} } // graphene::app

0 comments on commit b763e6b

Please sign in to comment.