In the context of Continuous Integration and Continuous Delivery (CI/CD) pipelines, logging is a critical yet often overlooked aspect that becomes vital when issues arise. To enhance observability and troubleshoot problems, it's recommended to log five key metrics: application info, code commit time, build times, deploy times, and inconsistencies. Application info provides essential metadata, such as the application name and version, for context during debugging. Logging the time of code commits helps track changes and potential delays. Monitoring build and deploy times allows for identifying bottlenecks and delays, while noting inconsistencies can highlight anomalies that might indicate problems. Coralogix supports these logging practices with built-in features for detecting errors and anomalies, underscoring the importance of a well-logged CI/CD pipeline in maintaining the efficiency and reliability of software development processes.