Tweak log

This commit is contained in:
Ming Ming 2024-08-20 01:19:55 +08:00
parent 64a4fa825f
commit 018306fa3a

View file

@ -33,7 +33,7 @@ class ScanDir {
_log.info("[call] Cache not found");
yield ExceptionEvent(e, stackTrace);
} catch (e, stackTrace) {
_log.shout("[call] Failed while listing dir: ${logFilename(root.path)}",
_log.severe("[call] Failed while listing dir: ${logFilename(root.path)}",
e, stackTrace);
// for some reason exception thrown here can't be caught outside
// rethrow;