issues
search
corda
/
cordapp-template-java
A Java CorDapp Template. Extend it via the Hello, World tutorial: https://docs.corda.net/hello-world-introduction.html
83
stars
127
forks
source link
ES-2058: Add Corda container logging configuration
#77
Closed
anton-subbotin
closed
8 months ago
anton-subbotin
commented
8 months ago
logs go to both console and files
console logs are available via
docker logs
file logs are at the same location used by CSDE template
default configurations of logging level and debug logging are provided explicitly, allowing users to modify as needed
All of the above tested locally.
docker logs
All of the above tested locally.