mirror of
https://github.com/itdoginfo/podkop.git
synced 2025-12-06 11:36:50 +03:00
💄 style(podkop): update error log filtering criteria
This commit is contained in:
@@ -895,9 +895,8 @@ function startErrorPolling() {
|
||||
const logs = result.stdout;
|
||||
|
||||
const errorLines = logs.split('\n').filter(line =>
|
||||
line.includes('error') ||
|
||||
line.includes('Error') ||
|
||||
line.includes('ERROR')
|
||||
// line.includes('saved for future filters') ||
|
||||
line.includes('[critical]')
|
||||
);
|
||||
|
||||
if (errorLines.length > 0) {
|
||||
|
||||
Reference in New Issue
Block a user