Skip to content

Commit

Permalink
[Docs] Fix logs docs page (#327)
Browse files Browse the repository at this point in the history
* Update logs.mdx

* Update logs.mdx
  • Loading branch information
smartprogrammer93 authored Oct 26, 2023
1 parent 6398d2f commit 7e2f313
Showing 1 changed file with 1 addition and 19 deletions.
20 changes: 1 addition & 19 deletions docs/docs/commands/logs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ id: logs

# Logs

Running `sedge logs` will shut down running containers using docker compose CLI.
Running `sedge logs` will get running container logs using docker compose CLI.

## Help

Expand All @@ -27,21 +27,3 @@ Flags:
Global Flags:
--logLevel string Set Log Level (default "info")
```

## Execution Example

The execution of `sedge down` will close and remove all the opened containers and networks used by sedge.

```
$ sedge down
2022-00-00 00:00:00 -- [INFO] [Logger Init] Log level: info
2022-00-00 00:00:00 -- [INFO] You are running the latest version of sedge. Version: v0.5.1
[sudo] password for maceo:
[+] Running 7/7
⠿ Container execution-client Removed 93.8s
⠿ Container validator-client Removed 0.0s
⠿ Container consensus-client Removed 3.8s
⠿ Container validator-import-client Removed 0.0s
⠿ Network docker-compose-scripts_default Removed 0.2s
⠿ Network sedge_network Removed 0.1s
```

0 comments on commit 7e2f313

Please sign in to comment.