Log the command, not the module

This commit is contained in:
Michael 2022-05-17 21:25:01 +00:00
parent 4016a576d5
commit aacaa3c2cf
2 changed files with 10 additions and 10 deletions

View file

@ -576,7 +576,7 @@ class App
$this->profiler->set(microtime(true), 'classinit');
$moduleName = $this->args->getModuleName();
$page->setLogging($moduleName, $this->args->getMethod());
$page->setLogging($this->args->getCommand(), $this->args->getMethod());
try {
// Missing DB connection: ERROR