Our service logging is unstructured. This presents a bit of a problem when we want to implement some form of log aggregation in which we would like to detect things such as 50x occurrences.
To enable an easy way of detecting such things we should move the current logging from unstructured to structured format (pref. JSON).
Our service logging is unstructured. This presents a bit of a problem when we want to implement some form of log aggregation in which we would like to detect things such as 50x occurrences.
To enable an easy way of detecting such things we should move the current logging from unstructured to structured format (pref. JSON).