Skip to content

Commit 9d2849d

Browse files
committed
chore: fixing mistype server
Signed-off-by: Caleb Siebach <caleb@indicio.tech>
1 parent 6f9a8a3 commit 9d2849d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

socketdock/config/jsonLog.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def format(self, record):
2121
+ "Z", # Only 3 Milliseconds
2222
"level": record.levelname,
2323
"logId": str(uuid.uuid4()),
24-
"service": "tails",
24+
"service": "socketdock",
2525
"hostname": hostname,
2626
"pid": record.process,
2727
"file": record.filename,

0 commit comments

Comments
 (0)