Skip to content

Commit

Permalink
Remove the log subcommand in favour of the logs collector
Browse files Browse the repository at this point in the history
  • Loading branch information
nocturnalastro committed Oct 5, 2023
1 parent 51c10e1 commit 099e540
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 115 deletions.
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,8 @@ Run the following command (check help string for more details):
```

### Fetching logs
Run the following command (check help string for more details):

```shell
./vse-sync-collection-tools logs --kubeconfig="${KUBECONFIG}"
```
The log subcommand has been removed. Instead we have implimented at collector which is enabled by default.
If possible you should use a log aggregator. You can control the collectors running using the `--collector` flag.

## Running tests

Expand Down
44 changes: 0 additions & 44 deletions pkg/cmd/logs.go

This file was deleted.

66 changes: 0 additions & 66 deletions pkg/grablogs/grab_logs.go

This file was deleted.

0 comments on commit 099e540

Please sign in to comment.