Skip to content

Commit fbfb83a

Browse files
authored
Update Enabling logging.md
1 parent 8f8ed52 commit fbfb83a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Documentation/LanguageServer/Archive/Enabling logging.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,6 @@ When you open your folder in VS Code, we will create a **vscode.cpp.log.\<pid\>.
1111

1212
The log file level is a number that determines how much detail we'll log. Level 5 is generally detailed enough to give us information about what is going on in your session. We don't recommend you set this higher than 7 since the log quickly becomes cluttered with information that doesn't really help us diagnose your issues and actually makes it harder for us to spot problems. It may also slow down the extension considerably and make it harder for you to reproduce your problem.
1313

14+
**Note:** You will likely need to reload the window or close VS Code to flush the contents of the log file since we do not flush the log after every call. If your log file seems to be empty, try reloading the window after you have followed the steps to reproduce your issue.
15+
1416
**Don't forget to remove the environment variables when you are finished providing us with the logs.** You wouldn't want the extension to needlessly spend CPU time and disk space writing data you don't need into log files.

0 commit comments

Comments
 (0)