just disable logs
This commit is contained in:
parent
f44a5d51b9
commit
c7504282f8
3 changed files with 3 additions and 5 deletions
|
|
@ -28,7 +28,7 @@ local config = {
|
|||
highlights = true,
|
||||
|
||||
-- Should write to a file
|
||||
use_file = vim.env.GOPHER_LOG_USE_FILE ~= "false",
|
||||
use_file = true,
|
||||
|
||||
-- Level configuration
|
||||
modes = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue