We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b0b535 commit 298c7c5Copy full SHA for 298c7c5
lib/private/Log/Rotate.php
@@ -43,7 +43,7 @@ public function run($dummy): void {
43
if ($this->shouldRotateBySize()) {
44
$rotatedFile = $this->rotate();
45
$msg = 'Log file "'.$this->filePath.'" was over '.$this->maxSize.' bytes, moved to "'.$rotatedFile.'"';
46
- \OC::$server->getLogger()->warning($msg, ['app' => Rotate::class]);
+ \OC::$server->getLogger()->info($msg, ['app' => Rotate::class]);
47
}
48
49
0 commit comments