Actions
New feature / Change #7770
closedLogs format update for Backend
Start date:
10/29/2024
Due date:
% Done:
0%
Estimated time:
24:00 h
Description
Logs format update for Backend
Do no put any sensitive information like email, name, phone number, invite token. Always use Mongo ID.
LOGLEVEL=info
- silent
- error : whenever something prevent HCW to work properly (no json info, e.g. mongo URI not configured)
- warn : whenever something is good to know by sys admin (no json info, e.g. SMS not configured)
- debug : do no use
- info : whenever something normal is happening (no json info, e.g. Invite ID sent with method)
- verbose : whenever something should be shown (json info, e.g. SMS json sent to API, can contain sensitive info).
- silly : do no use
Having at least this info in logs under info level.
- Invitation sent
- Scheduler event
- UID of the user
- Waiting session started. Call started, Call ended
- Message/SMS/Whatsapp sent (e.g Invite abcd-1234 by Whatsapp sent through Twillio id abcd1234 with status code 200)
Updated by Olivier Bitsch 4 months ago
- Target version changed from 5.x.x to 5.2.0
Updated by Olivier Bitsch 4 months ago
- Invitation sent
- Scheduler event
- UID of the user
- Waiting session started . Call started, Call ended
- Message/SMS/Whatsapp sent
Updated by Olivier Bitsch 4 months ago
- Estimated time changed from 16:00 h to 24:00 h
Updated by Olivier Bitsch 3 months ago
- Status changed from In Study to Offer accepted
Updated by Gor Grigoryan about 1 month ago
- Assignee changed from Gor Grigoryan to Olivier Bitsch
- Status changed from Offer accepted to Testing
Actions