mirror of
https://github.com/friendica/friendica
synced 2025-04-29 13:04:23 +02:00
Log the command, not the module
This commit is contained in:
parent
4016a576d5
commit
aacaa3c2cf
2 changed files with 10 additions and 10 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue