Skip to content

Commit

Permalink
GitBook: [master] one page modified
Browse files Browse the repository at this point in the history
  • Loading branch information
deimosfr authored and gitbook-bot committed Feb 22, 2020
1 parent abc65da commit c466c28
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions services/applications/logs.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,17 @@ Exit
$ qovery log -f
```
In the case you just want to display the last 100 lines of the logs:
```bash
$ qovery log 100
```
You can also combine them:
```bash
$ qovery log 100 -f
```
It will display the last 100 log lines and continue to show in real time the logs.

0 comments on commit c466c28

Please sign in to comment.