mirror of
https://github.com/friendica/friendica
synced 2025-01-10 22:44:43 +00:00
Fix default log channel
This commit is contained in:
parent
be8fe24b6e
commit
77c9f54f5c
1 changed files with 1 additions and 1 deletions
|
@ -22,5 +22,5 @@ abstract class AbstractConsole extends Console
|
||||||
*
|
*
|
||||||
* @var string
|
* @var string
|
||||||
*/
|
*/
|
||||||
public const LOG_CHANNEL = LogChannel::class;
|
public const LOG_CHANNEL = LogChannel::CONSOLE;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue