guides

Python 🐍

Logging the console to a file:
python3 script.py >> /logdirectory/script.py.log 2>&1


Home