Skip to content

Add file logging to lektor

Kubat requested to merge log-file into master

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
Edited by Kubat

Merge request reports