Skip to content

Commit

Permalink
fix(handler): rm suffix 'engine' on log path, change tianmu_engine.lo…
Browse files Browse the repository at this point in the history
…g to tianmu.log stoneatom#609
  • Loading branch information
hustjieke committed Nov 11, 2022
1 parent 0aab233 commit 1ec1e32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storage/tianmu/handler/tianmu_handler_com.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ int rcbase_init_func(void *p) {

try {
std::string log_file = mysql_real_data_home_ptr;
log_setup(log_file + "/tianmu_engine.log");
log_setup(log_file + "/tianmu.log");
rc_control_.addOutput(new system::FileOut(log_file + "/tianmu_trace.log"));
rc_querylog_.addOutput(new system::FileOut(log_file + "/tianmu_query.log"));
struct hostent *hent = nullptr;
Expand Down

0 comments on commit 1ec1e32

Please sign in to comment.