ubuntophe
ubuntophe
`docker --log-level=2 --max-log-files=2 2ea8afccd3c4` gives `Unable to parse logging level: 2`
No luck, I deleted all log files and restart monerod and still the same `Unable to parse logging level: 2`
Can you give me more detailed instructions on what to input? I'm not super proficient.
I've added the line to `docker-compose.yml` and restart, but `docker --log-level=2 --max-log-files=2 2ea8afccd3c4 ` still gives `Unable to parse logging level: 2`
``` name: monero-suite services: monerod: image: ghcr.io/sethforprivacy/simple-monerod:latest restart: unless-stopped container_name: monerod volumes: - bitmonero:/home/monero/.bitmonero ports: - 18080:18080 - 18084:18084 - 18089:18089 healthcheck: test: curl --fail http://localhost:18081/get_height || exit 1 interval:...
I deleted the last line. but still no luck