Class LogConfig


  • public class LogConfig
    extends Object
    Log configuration
    • 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
    • Constructor Detail

      • LogConfig

        public LogConfig()