Fix loglevel in ApplicationLog
Some checks failed
Build Docker and Deploy / Build Docker Container (push) Successful in 47s
Build Docker and Deploy / Run Unit-Tests (push) Failing after 11m12s
Build Docker and Deploy / Deploy to Server (push) Has been skipped

This commit is contained in:
Mike Schwörer 2025-04-26 14:18:51 +02:00
parent d5e9c6ecc3
commit d1eecad059
Signed by: Mikescher
GPG Key ID: D3C7172E0A70F8CF

View File

@ -50,7 +50,7 @@ class ApplicationLog {
box.add(SCNLog(
id: Xid().toString(),
timestamp: DateTime.now(),
level: SCNLogLevel.fatal,
level: lvl,
message: message,
additional: additional ?? '',
trace: trace?.toString() ?? '',