Commit 31e6f8c7 authored by 智勇's avatar 智勇

update log formart

parent fa80184b
...@@ -347,11 +347,21 @@ exports.reset_binlog = async function () { ...@@ -347,11 +347,21 @@ exports.reset_binlog = async function () {
try { try {
this.logger.info( this.logger.info(
"| active:", "reset_binlog", {
"| namespace:", req.name_space, active: "reset_binlog",
"| user:", `${this.user.name}`, namespace: req.name_space,
"| user_email:", `${this.user.mail}`, microservice_name: "",
"~"); user: `${this.user.name}`,
user_email: `${this.user.mail}`,
}
// "| active:", "reset_binlog",
// "| namespace:", req.name_space,
// "| microservice_name:", "",
// "| 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