diff options
| author | yangwei <[email protected]> | 2020-09-21 21:16:25 +0800 |
|---|---|---|
| committer | yangwei <[email protected]> | 2020-09-21 21:16:25 +0800 |
| commit | 8857f282b95eb738d89c860e06006e475272bb47 (patch) | |
| tree | 8986a972018d3ea348c656653d4aa87023334b95 /src | |
| parent | cc0912eed0d9202bb5775770ec819539b5293bb6 (diff) | |
🌈style(snapshot_handle_info):
兼容logger1行为时,屏显输出handle_name,log_path和level
Diffstat (limited to 'src')
| -rw-r--r-- | src/MESA_handle_logger.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/MESA_handle_logger.c b/src/MESA_handle_logger.c index 55cd1cf..2960b3f 100644 --- a/src/MESA_handle_logger.c +++ b/src/MESA_handle_logger.c @@ -154,7 +154,7 @@ static void snapshot_handle_info(const char *handle_name, const char *log_path, if(g_zlog_inited == 0) { - printf("[snapshot_handle_info], Nobody call MESA_handle_runtime_log_creation before, Using (%s) to init zlog!!!\n", tmp_conf_filepath); + printf("[snapshot_handle_info], Nobody call MESA_handle_runtime_log_creation before, Using (%s) to init zlog, handle_name(%s), log_path(%s), log_level(%d)!!!\n", tmp_conf_filepath, handle_name, log_path, level); zlog_init(tmp_conf_filepath); zlog_reload(NULL); } |
