You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
justinmk
changed the title
logging: default to log level "error" instead of "debug" by default
logging: default to log level "error" instead of "debug"
Mar 16, 2024
Problem
Currently we default to "debug" log level:
node-client/packages/neovim/src/utils/logger.ts
Line 3 in aac45ab
That seems a bit strange, it requires all consumers to undo that for production. Example:
https://github.com/vscode-neovim/vscode-neovim/blob/7592f1909467907da934e1748b1b7d5904dba67d/webpack.config.js#L50-L53
Expected behavior
Change default log-level. Update docs and possibly provide a warning during a "transitional" period.
The text was updated successfully, but these errors were encountered: