Skip to content
This repository was archived by the owner on Nov 12, 2023. It is now read-only.

Error logs

Jeff Zohrab edited this page Nov 11, 2023 · 2 revisions

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.

Lute logs, in var/log

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

Clone this wiki locally