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 #609
  • Loading branch information
hustjieke authored and mergify[bot] committed Nov 14, 2022
1 parent 1149a12 commit 1f7b631
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storage/tianmu/handler/ha_tianmu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1859,7 +1859,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"));

Expand Down

0 comments on commit 1f7b631

Please sign in to comment.