Commit b46898be authored by 智勇's avatar 智勇

update

parent 8a60bd5f
......@@ -559,7 +559,7 @@ exports.delete_namespace = async function () {
try {
this.logger.info(
{
namespace: this.request.body,
namespace: this.request.body.namespace,
active: "delete_namespace",
user: `${this.user.name}`,
user_mail: `${this.user.mail}`,
......@@ -659,7 +659,7 @@ exports.create_custom_namespace = async function () {
this.logger.info(
{
namespace: _self.request.body.namespace,
active: "init_env",
active: "create_namespace",
user: `${this.user.name}`,
user_mail: `${this.user.mail}`,
detail: {
......
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