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

Fix accidental new line in logs doc #121

Merged
merged 2 commits into from
Apr 9, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions docs/guides/viewing-nebula-logs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,8 @@ sudo tail -f /opt/homebrew/var/log/nebula.*
```

Another useful tool for viewing logs is the built-in [Console.app](https://support.apple.com/guide/console/welcome/mac).
To access the logs, To access the logs, select `File -> Open` from the menu and then press

<kbd>Cmd</kbd> + <kbd>Shift</kbd> + <kbd>G</kbd> in the file picker, which will allow you to enter `/opt/homebrew/var/log/nebula.log`
into the textbox.
To access the logs, select `File -> Open` from the menu and then press <kbd>Cmd</kbd> + <kbd>Shift</kbd> + <kbd>G</kbd>
in the file picker, which will allow you to enter `/opt/homebrew/var/log/nebula.log` into the textbox.

### Service status

Expand Down
Loading