Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test: Logging service #39572

Closed
3 tasks done
joaomoreno opened this issue Dec 4, 2017 · 0 comments
Closed
3 tasks done

Test: Logging service #39572

joaomoreno opened this issue Dec 4, 2017 · 0 comments

Comments

@joaomoreno
Copy link
Member

joaomoreno commented Dec 4, 2017

Tests #3157

Complexity: 3

There is now a logging service across all Code processes. Unfortunately there aren't a lot of log statements currently, so you won't see much in the log files yet.

  • Use the Logs: Show Logs... global command to see the logs
  • Use the Logs: Open Logs Folder to show the folder where the logs are placed. It will show you the folder of the current log session. There should be previous sessions next to the current one.
  • Use the Logs: Set Log Level to change the log level of the current renderer (Allow to change the log level of all log services at runtime #39574)
  • Control the log level using the --log [info|error|...] cli flag. This should control the level across all processes.
  • Make sure the old --verbose behaviour still works as before
  • Make sure there's never more than 10 logging sessions on disk (Code will clean those folders up 10 seconds after startup). There's a new logging session per main process execution.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

5 participants