-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #8406 from jwhonce/issues/8390
Make podman service log events
- Loading branch information
Showing
6 changed files
with
15 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,12 +17,14 @@ The REST API provided by **podman system service** is split into two parts: a co | |
Documentation for the latter is available at *https://docs.podman.io/en/latest/_static/api.html*. | ||
Both APIs are versioned, but the server will not reject requests with an unsupported version set. | ||
|
||
Note: The default systemd unit files (system and user) change the log-level option to *info* from *error*. This change provides additional information on each API call. | ||
|
||
## OPTIONS | ||
|
||
#### **--time**, **-t** | ||
|
||
The time until the session expires in _seconds_. The default is 5 | ||
seconds. A value of `0` means no timeout and the session will not expire. | ||
seconds. A value of `0` means no timeout, therefore the session will not expire. | ||
|
||
#### **--help**, **-h** | ||
|
||
|
@@ -40,3 +42,4 @@ podman(1), podman-system-service(1), podman-system-connection(1) | |
|
||
## HISTORY | ||
January 2020, Originally compiled by Brent Baude<[email protected]> | ||
November 2020, Updated by Jhon Honce <jhonce at redhat.com> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters