SatoshiPortal / cyphernode

Modular Bitcoin full-node microservices API server architecture and utilities toolkit to build scalable, secure and featureful apps and services without trusted third parties
MIT License
363 stars 68 forks source link

Centralize logs #192

Closed Kexkey closed 3 years ago

Kexkey commented 4 years ago

Instead of relying on Docker logs that get deleted on container stop, make the tracing of every containers go in mounted files that will persist and are easier to find.

Something like a mounted volume shared by each container.

Hint: file trace.sh in each container. File cyphernodeconf_docker/templates/installer/docker/docker-compose.yaml for the volumes.

Kexkey commented 3 years ago

Merged to dev with https://github.com/SatoshiPortal/cyphernode/pull/197