c6af9e284a
Tests / catch-all (windows-latest) (push) Has been cancelled
Tests / jvm (macos-latest) (push) Has been cancelled
Tests / jvm (ubuntu-latest) (push) Has been cancelled
Tests / jvm (windows-latest) (push) Has been cancelled
Tests / native (macos-latest) (push) Has been cancelled
Tests / native (ubuntu-latest) (push) Has been cancelled
Tests / native (windows-latest) (push) Has been cancelled
Tests / niche (ubuntu-latest) (push) Has been cancelled
Tests / other-langs (macos-latest) (push) Has been cancelled
Tests / other-langs (ubuntu-latest) (push) Has been cancelled
Tests / other-langs (windows-latest) (push) Has been cancelled
Tests / catch-all (macos-latest) (push) Has been cancelled
Tests / catch-all (ubuntu-latest) (push) Has been cancelled
Docs Build / build (push) Has been cancelled
Docs Build / deploy (push) Has been cancelled
CodeQL Advanced / Analyze (actions) (push) Has been cancelled
CodeQL Advanced / Analyze (javascript-typescript) (push) Has been cancelled
CodeQL Advanced / Analyze (python) (push) Has been cancelled
Codespell / Check for spelling errors (push) Has been cancelled
Build and Push Docker Images / build-and-push (push) Has been cancelled
15 lines
621 B
Markdown
15 lines
621 B
Markdown
# Logs
|
|
|
|
It can be vital to understand what is happening in Serena, especially when something goes wrong.
|
|
|
|
You can access Serena's live logs via
|
|
* the [Serena dashboard](060_dashboard) (tab "Logs")
|
|
* the [GUI tool](060_dashboard).
|
|
|
|
Additionally, logs are persisted in the Serena home directory, which, by default, is located at
|
|
* `%USERPROFILE%\.serena\logs` on Windows
|
|
* `~/.serena/logs` on Linux and macOS.
|
|
|
|
You can adjust the log level via the [global configuration](global-config).
|
|
You additionally have the option of enabling full tracing of language server communication (mostly for development purposes).
|