SwissDataScienceCenter / renku-python

A Python library for the Renku collaborative data science platform.
https://renku-python.readthedocs.io/
Apache License 2.0
37 stars 29 forks source link

chore(core): move service logging to json format #1655

Open jsam opened 4 years ago

jsam commented 4 years ago

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).

Panaetius commented 4 years ago

Discuss with KG/notebook-service/gateway to see if there can be a common structure for this.