modify plugin name

This commit is contained in:
2022-06-17 12:27:33 +08:00
parent 7fdf83cd3a
commit f85d2aa0a2
3 changed files with 12 additions and 2 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ class ProcessManager
$system = sprintf('[%s].Custom Process', Config::get('id', 'system-service'));
$this->logger->debug($system . ' ' . $customProcess->getName() . ' start.');
$this->logger->alert($system . ' ' . $customProcess->getName() . ' start.');
if (Context::inCoroutine()) {
return [$customProcess, $this->resolve($customProcess, $system)];
}