Commit fa80184b authored by 智勇's avatar 智勇

update log formart

parent 666796d6
...@@ -347,10 +347,10 @@ exports.reset_binlog = async function () { ...@@ -347,10 +347,10 @@ 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.name}`, "| user:", `${this.user.name}`,
"user_email:", `${this.user.mail}`, "| 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