Add file logging to lektor
Add file logging to lektor, for a persistent thing. Every log file is in a folder, named 1, 2, ... The smaller the number is, the more recent the log file is.
You may add the following section in the lektor's ini config file:
[log]
level = INFO
folder = /home/kara/logs
file_count = 10
line_count = 1000
Modification effectuée par Kubat