mirror of
https://github.com/containers/podman.git
synced 2025-07-15 03:02:52 +08:00
Add event logging to libpod, even display to podman
In lipod, we now log major events that occurr. These events can be displayed using the `podman events` command. Each event contains: * Type (container, image, volume, pod...) * Status (create, rm, stop, kill, ....) * Timestamp in RFC3339Nano format * Name (if applicable) * Image (if applicable) The format of the event and the varlink endpoint are to not be considered stable until cockpit has done its enablement. Signed-off-by: baude <bbaude@redhat.com>
This commit is contained in:
@ -286,7 +286,6 @@ func WithTmpDir(dir string) RuntimeOption {
|
||||
if rt.valid {
|
||||
return ErrRuntimeFinalized
|
||||
}
|
||||
|
||||
rt.config.TmpDir = dir
|
||||
rt.configuredFrom.libpodTmpDirSet = true
|
||||
|
||||
|
Reference in New Issue
Block a user