1
0
Fork 0

Loglevels are adjusted

This commit is contained in:
Michael 2022-08-30 19:45:30 +00:00
commit 757a5c2de9
32 changed files with 93 additions and 111 deletions

View file

@ -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);