plasmabio / plasma

Plasma is an e-learning Jupyter-based platform for data analysis
https://docs.plasmabio.org
BSD 3-Clause "New" or "Revised" License
42 stars 12 forks source link

Enable the journald logging driver to keep user servers logs #204

Closed jtpio closed 2 years ago

jtpio commented 2 years ago

As mentioned in https://github.com/plasmabio/plasma/pull/200, it would be useful to keep the user server logs around after the server is stopped.

The simplest way of achieving this might be to enable the journald logging drive as mentioned in the Docker documentation:

https://docs.docker.com/config/containers/logging/journald/

pierrepo commented 2 years ago

Oh yes that would ne nice.

pierrepo commented 2 years ago

Hello @jtpio Do you think this is something doable?

jtpio commented 2 years ago

I opened https://github.com/plasmabio/plasma/pull/205, since this could also help troubleshoot #191.