mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 15:59:52 +03:00
Fix compact weblog level-lable for trace
This commit is contained in:
@@ -206,7 +206,7 @@ class LogEventController extends Component<
|
||||
case LogLevel.DEBUG:
|
||||
return 'D';
|
||||
case LogLevel.TRACE:
|
||||
return 'TRACE';
|
||||
return 'T';
|
||||
default:
|
||||
return '';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user