ag-computational-bio / bakta-web-backend

Backend to schedule bakta jobs on a Kubernetes cluster
GNU General Public License v3.0
0 stars 0 forks source link

Add proper logging/monitoring #4

Open MariusDieckmann opened 3 years ago

MariusDieckmann commented 3 years ago

Add better logging and monitoring for better overview of submitted and running jobs

lukasjelonek commented 3 years ago

According to the current functionality a good start would be to add the following log messages:

lukasjelonek commented 2 years ago
lukasjelonek commented 2 years ago

It might be good too also add a configuration option to enable debug logging for all components. This might be implemented by setting a DEBUG env variable and use it to trigger debug logs in production.