Removed pialert_pholus.log

This commit is contained in:
Jokob-sk
2023-03-04 20:47:25 +11:00
parent 1a05435691
commit 176a436ad4
5 changed files with 3 additions and 35 deletions

View File

@@ -1920,10 +1920,6 @@ def performPholusScan (timeoutSec):
# cleanup - select only lines containing a separator to filter out unnecessary data
newLines = list(filter(lambda x: '|' in x, newLines))
# regular logging
for line in newLines:
append_line_to_file (logPath + '/pialert_pholus.log', line +'\n')
# build SQL query parameters to insert into the DB
params = []