mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-31 07:09:23 +02:00
fix(logging): disable insane amount of logging inside lvim.log (#2205)
This commit is contained in:
parent
869c953003
commit
f0bcc8899f
2 changed files with 7 additions and 7 deletions
|
@ -36,7 +36,7 @@ function Log:init()
|
|||
{ level = structlog.formatters.FormatColorizer.color_level() }
|
||||
),
|
||||
}),
|
||||
structlog.sinks.File(Log.levels.TRACE, logfile, {
|
||||
structlog.sinks.File(log_level, logfile, {
|
||||
processors = {
|
||||
structlog.processors.Namer(),
|
||||
structlog.processors.StackWriter({ "line", "file" }, { max_parents = 3, stack_level = 2 }),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue