feat: logs color highlight based on log level - visual improvement

This commit is contained in:
ShadowArcanist
2025-11-20 08:09:09 +05:30
parent ce4f8d02a2
commit 0f9e3b84ee
2 changed files with 35 additions and 3 deletions

View File

@@ -39,7 +39,7 @@ class GetLogs extends Component
public ?bool $streamLogs = false;
public ?bool $showTimeStamps = true;
public ?bool $showTimeStamps = false;
public ?int $numberOfLines = 100;