Skip to content
This repository was archived by the owner on Mar 19, 2024. It is now read-only.

Commit efde48a

Browse files
authored
Default add rls::build=info to RUST_LOG (#102)
Shows build time info in console
1 parent c11bb27 commit efde48a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ async function serverEnv(toolchain) {
139139
env.RUST_BACKTRACE = env.RUST_BACKTRACE || "1"
140140

141141
if (!env.RUST_LOG && atom.config.get('core.debugLSP')) {
142-
env.RUST_LOG = 'rls=warn'
142+
env.RUST_LOG = 'rls=warn,rls::build=info'
143143
}
144144

145145
if (toolchain) {

0 commit comments

Comments
 (0)