You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Logging, and the ability to view detailed logs on-demand, is essential for assessing the proper functioning of the PCM. I'd like to get a discussion started on a comprehensive logging solution for the PCM, ideally using a centralized logging service (e.g. AWS CloudWatch)
Infrastructure Needed
CloudWatch
Forwarders for EC2 nodes
Forwarders for Docker instances
Cleaners to clean up old logs
Log Types
DEBUG - developer-level detailed logs (the most verbose possible)
INFO - operator-level logs (for testing, operational validation)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Description
Logging, and the ability to view detailed logs on-demand, is essential for assessing the proper functioning of the PCM. I'd like to get a discussion started on a comprehensive logging solution for the PCM, ideally using a centralized logging service (e.g. AWS CloudWatch)
Infrastructure Needed
Log Types
DEBUG
- developer-level detailed logs (the most verbose possible)INFO
- operator-level logs (for testing, operational validation)WARN
- semi-production level logs (for understanding impacts / issues during operations)ERROR
- production level logs (for operational / live usage)Log Sources
serviced
supervisord
...
Beta Was this translation helpful? Give feedback.
All reactions