This repository was archived by the owner on Nov 12, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 10
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.
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
- If you find any errors in this wiki, please open a GitHub issue
- Join us on Discord