mirror of
https://github.com/nextcloud/server.git
synced 2026-04-21 14:23:17 -04:00
chore(logging): Fix branding of errorlog log messages
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
This commit is contained in:
parent
e36e92bace
commit
94cebfea7c
1 changed files with 4 additions and 1 deletions
|
|
@ -1,4 +1,7 @@
|
|||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
/**
|
||||
* The MIT License (MIT)
|
||||
*
|
||||
|
|
@ -32,7 +35,7 @@ class Errorlog implements IWriter {
|
|||
/** @var string */
|
||||
protected $tag;
|
||||
|
||||
public function __construct(string $tag = 'owncloud') {
|
||||
public function __construct(string $tag = 'nextcloud') {
|
||||
$this->tag = $tag;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue