Skip to content

Commit

Permalink
Logs: Additional Cloudplow service name fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
owine committed Dec 4, 2024
1 parent f3827c8 commit 70c69bc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/reference/logs.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ tail -F /opt/autoscan/activity.log
### Check Status

```shell
sudo systemctl status cloudplow.service
sudo systemctl status saltbox_managed_cloudplow.service
```

### Previous Activity
Expand All @@ -59,12 +59,12 @@ tail -F /opt/cloudplow/cloudplow.log
or

```shell
sudo journalctl -o cat -fu cloudplow.service
sudo journalctl -o cat -fu saltbox_managed_cloudplow.service
```

Sometimes, debug-level logging can be useful. To enable this, make this change in the service file and restart the service.

In this file: `/etc/systemd/system/cloudplow.service`, change the log level to "DEBUG":
In this file: `/etc/systemd/system/saltbox_managed_cloudplow.service`, change the log level to "DEBUG":

```text
...
Expand Down

0 comments on commit 70c69bc

Please sign in to comment.