fuchs-fabian / domposy

Simplify your Docker Compose management - Create backups...
https://fuchs-fabian.github.io/domposy/
MIT License
3 stars 0 forks source link

Log files normally end in `.log` and not `.txt` #13

Open fuchs-fabian opened 4 weeks ago

fuchs-fabian commented 4 weeks ago

https://github.com/fuchs-fabian/domposy/blob/main/domposy.sh

From that:

LOG_FILE="$(date +"%Y-%m-%d_%H-%M-%S")_log_${SIMPLE_SCRIPT_NAME_WITHOUT_FILE_EXTENSION}.txt"

To that:

LOG_FILE="$(date +"%Y-%m-%d_%H-%M-%S")_${SIMPLE_SCRIPT_NAME_WITHOUT_FILE_EXTENSION}.log"
fuchs-fabian commented 4 weeks ago

https://github.com/fuchs-fabian/domposy#example-with-advanced-debugging ...