dieterich-lab / scimodom

Sci- ModoM: A quantitative database of transcriptome-wide high-throughput RNA modification sites
https://dieterich-lab.github.io/scimodom/
GNU Affero General Public License v3.0
0 stars 0 forks source link

Consolidate server logging #100

Closed eboileau closed 4 months ago

eboileau commented 4 months ago

Aims/objectives.

For production.

A clear and concise description of todo items.

Re format, see also injecting-request-information.

HaraldWilhelmi commented 4 months ago

The command "podman-compose logs" just grants access to the stdout/stderr of the applications running in the container. One possible approach is this:

We could also make the log file accessible from outside the container by adding a bind volume to the docker-compose.yml.