Class LogConfig
- java.lang.Object
-
- org.honton.chas.podman.maven.plugin.config.LogConfig
-
public class LogConfig extends Object
Log configuration
-
-
Field Summary
Fields Modifier and Type Field Description String
file
Name of the file to receive logs.boolean
timestamps
Show timestamps in output
-
Constructor Summary
Constructors Constructor Description LogConfig()
-
-
-
Field Detail
-
file
@Parameter public String file
Name of the file to receive logs. Defaults to container name in target/podman directory
-
timestamps
@Parameter(defaultValue="false") public boolean timestamps
Show timestamps in output
-
-