mirror of
https://github.com/nextcloud/server.git
synced 2025-10-26 19:21:34 +00:00
Merge pull request #35612 from nextcloud/chore/errorlog-rebranding
Adjust branding of errorlog log messages
This commit is contained in:
commit
48358bb78f
@ -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 New Issue
Block a user