@@ -228,10 +228,10 @@ pub fn capture_shell_output(
228228///
229229/// * `log_dir` - Directory where the log files are stored
230230/// * `log_file` - Name of the active log file; When the file is rolled over then a number is
231- /// appended.
231+ /// appended.
232232/// * `max_size_in_mib` - Maximum size of all log files in MiB; This value can be slightly
233- /// exceeded. The value is set to 2 if the given value is lower (1 MiB for the active log
234- /// file and 1 MiB for the archived one).
233+ /// exceeded. The value is set to 2 if the given value is lower (1 MiB for the active log
234+ /// file and 1 MiB for the archived one).
235235/// * `console_conversion_pattern` - Logback conversion pattern for the console appender
236236/// * `config` - The logging configuration for the container
237237///
@@ -349,10 +349,10 @@ log4j.appender.FILE.layout=org.apache.log4j.xml.XMLLayout
349349///
350350/// * `log_dir` - Directory where the log files are stored
351351/// * `log_file` - Name of the active log file; When the file is rolled over then a number is
352- /// appended.
352+ /// appended.
353353/// * `max_size_in_mib` - Maximum size of all log files in MiB; This value can be slightly
354- /// exceeded. The value is set to 2 if the given value is lower (1 MiB for the active log
355- /// file and 1 MiB for the archived one).
354+ /// exceeded. The value is set to 2 if the given value is lower (1 MiB for the active log
355+ /// file and 1 MiB for the archived one).
356356/// * `console_conversion_pattern` - Log4j2 conversion pattern for the console appender
357357/// * `config` - The logging configuration for the container
358358///
@@ -493,15 +493,15 @@ rootLogger.appenderRef.FILE.ref = FILE"#,
493493///
494494/// * `log_dir` - Directory where the log files are stored
495495/// * `log_file` - Name of the active log file; When the file is rolled over then a number is
496- /// appended.
496+ /// appended.
497497/// * `max_size_in_mib` - Maximum size of all log files in MiB; This value can be slightly
498- /// exceeded. The value is set to 2 if the given value is lower (1 MiB for the active log
499- /// file and 1 MiB for the archived one).
498+ /// exceeded. The value is set to 2 if the given value is lower (1 MiB for the active log
499+ /// file and 1 MiB for the archived one).
500500/// * `console_conversion_pattern` - Logback conversion pattern for the console appender
501501/// * `config` - The logging configuration for the container
502502/// * `additional_config` - Optional unstructured parameter to add special cases that are not
503- /// covered in the logging configuration. Must adhere to the inner logback XML schema as
504- /// shown in the example below. It is not parsed or checked and added as is to the `logback.xml`.
503+ /// covered in the logging configuration. Must adhere to the inner logback XML schema as
504+ /// shown in the example below. It is not parsed or checked and added as is to the `logback.xml`.
505505///
506506/// # Example
507507///
0 commit comments