Merge pull request #35612 from nextcloud/chore/errorlog-rebranding

Adjust branding of errorlog log messages
pull/35618/head
Christoph Wurst 2 years ago committed by GitHub
commit 48358bb78f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save