Introduction to Cloud Logging, the logging solution of GCP
Cloud Logging is a solution that allows the management and analysis of log events in real time, storing them safely so that they can be searched and analyzed.
It allows us to ingest personalized logs from any data source, offering a complete fully managed service that removes any worries about storage limits for our log events.
Through Logs Viewer, it is possible to access a visualization panel where we can observe previously registered log events, filter them by key parameters, and carry out more advanced queries in order to obtain specific information that allows us to diagnose errors in our applications.
To cater for the creation of our own custom logs, we can use the Cloud Logging Ingestion API and thus write logs from any origin.
With the help of Cloud Monitoring, a Google Cloud Platform (GCP) monitoring service, we can configure alerts based on the log events we record, and automate auditing and monitoring...