Commit e08c15b4 authored by 智勇's avatar 智勇

mail

parent 0edbbcb6
......@@ -283,16 +283,16 @@ exports.db_sync = async function () {
this.logger.info(
{
namespace: req.name_space,
active: "reset_binlog",
active: "db_sync",
microservice_name: req.sync_db_name,
user: `${this.user.name}`,
user_email: `${this.user.mail}`,
user_mail: `${this.user.mail}`,
detail: {
"sync_db_name:": req.sync_db_name,
"not_delete_business_data:": req.not_delete_business_data,
"use_cache:": req.use_cache,
}
})
});
// " active:", "db_sync",
// "namespace:", req.name_space,
......@@ -362,7 +362,7 @@ exports.reset_binlog = async function () {
active: "reset_binlog",
microservice_name: "",
user: `${this.user.name}`,
user_email: `${this.user.mail}`,
user_mail: `${this.user.mail}`,
}
// "| active:", "reset_binlog",
// "| namespace:", req.name_space,
......
......@@ -1065,7 +1065,7 @@ exports.flush_redis = async function () {
namespace: req.namespace,
active: "flush_redis",
user: `${this.user.name}`,
user_email: `${this.user.mail}`,
user_mail: `${this.user.mail}`,
}
// "namespace:", req.namespace,
// " active:", "flush_redis",
......
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