Skip to content

Commit

Permalink
making logs npjson compliant
Browse files Browse the repository at this point in the history
  • Loading branch information
jullrich committed Jan 10, 2024
1 parent 2271b81 commit 2093bce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions srv/isc-agent/plugins/tcp/http/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -224,4 +224,5 @@ def read_db_and_log(file_name=""):
}
with open(file_name, "a") as file:
json.dump(log_data, file)
file.write("\n")
return logs

0 comments on commit 2093bce

Please sign in to comment.