Skip to content

Commit

Permalink
refactor(config): set log_level to INFO by default
Browse files Browse the repository at this point in the history
  • Loading branch information
vyfor committed Dec 13, 2024
1 parent 264fde3 commit 96e9bab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/cord/util/config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ local M = {}

M.values = {
usercmds = true,
log_level = vim.log.levels.ERROR,
log_level = vim.log.levels.INFO,
timestamp = {
enabled = true,
reset_on_idle = false,
Expand Down

0 comments on commit 96e9bab

Please sign in to comment.