Category: Software, Data

Change is the currency of software success. This need to change and grow is the basis for continuous integration and continuous delivery (CI/CD).

Logging in an unstructured format dramatically increases the complexity of detecting patterns in your logs. By logging your application output in JSON, you open up the possibility of analysis of all of your logs.

This empowers your CI/CD pipeline by allowing you to query and filter your logs, which then enables you to focus in on the problem and precisely diagnose any unwanted side effects of your latest change.

Related Articles