We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f9a8a3 commit 9d2849dCopy full SHA for 9d2849d
1 file changed
socketdock/config/jsonLog.py
@@ -21,7 +21,7 @@ def format(self, record):
21
+ "Z", # Only 3 Milliseconds
22
"level": record.levelname,
23
"logId": str(uuid.uuid4()),
24
- "service": "tails",
+ "service": "socketdock",
25
"hostname": hostname,
26
"pid": record.process,
27
"file": record.filename,
0 commit comments