Loglevels are adjusted
This commit is contained in:
parent
312e4d8844
commit
757a5c2de9
32 changed files with 93 additions and 111 deletions
|
@ -49,8 +49,7 @@ foreach (['style', $style] as $file) {
|
|||
$modified = $stylemodified;
|
||||
}
|
||||
} else {
|
||||
//TODO: use Logger::ERROR?
|
||||
Logger::notice('Error: missing file: "' . $stylecssfile .'" (userid: '. $uid .')');
|
||||
Logger::warning('Missing CSS file', ['file' => $stylecssfile, 'uid' => $uid]);
|
||||
}
|
||||
}
|
||||
$modified = gmdate('r', $modified);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue