I always checked my log like this
docker exec -it sawtooth-validator-default tail -f /var/log/sawtooth/validator-debug.log
but after 1.6 version I can not find debug.log
tail: cannot open ‘/var/log/sawtooth/validator-debug.log’ for reading: No such file or directory
tail: no files remaining
How do I command to view logs??