Error logs - jzohrab/lute GitHub Wiki
This documentation is deprecated/obsolete. Lute v2 has been replaced by Lute v3, a full Python rewrite. Please see the Lute v3 manual which includes notes on installation. If you have Lute v2, you can easily migrate to v3. Thank you!
Lute writes logs to various locations, depending on your setup.
These files can be large, so don't try to open them directly. Instead use something like tail:
tail var/log/dev.log, tail var/log/prod.log
For Windows, use Powershell:
Get-Content var/log/dev.log -Wait -Tail 30