Commit 762f254b authored by 智勇's avatar 智勇

statistics update_microservice

parent e08c15b4
......@@ -790,9 +790,18 @@ exports.update_system = async function () {
this.body = res;
try {
this.logger.info(
"namespace:", temp,
" active:", "update_microservice",
" user:", this.user);
{
namespace: req.namespace,
active: "update_microservice",
microservice_name: req.namespace,
user: `${this.user.name}`,
user_mail: `${this.user.mail}`,
detail: temp
}
// "namespace:", temp,
// " active:", "update_microservice",
// " user:", this.user
);
} 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