Commit 666796d6 authored by 智勇's avatar 智勇

update log formart

parent d4b22db3
...@@ -347,9 +347,11 @@ exports.reset_binlog = async function () { ...@@ -347,9 +347,11 @@ exports.reset_binlog = async function () {
try { try {
this.logger.info( this.logger.info(
" active:", "reset_binlog", "active:", "reset_binlog",
"namespace:", req.name_space, "namespace:", req.name_space,
" user:", this.user); "user:", `${this.user.name}`,
"user_email:", `${this.user.mail}`,
"~");
} catch (error) { } catch (error) {
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment