@@ -60,6 +60,23 @@ There are multiple use cases from the users perspective that dictate what parame
6060| foreman-installer Parameter | Description | Reason |
6161| --------------------------- | ----------- | ------ |
6262
63+ #### Logging
64+
65+ ##### Mapped
66+
67+ | Parameter | Description | foreman-installer Parameter |
68+ | ----------| ----------- | --------------------------- |
69+ | ` --foreman-logging-level ` | Allows setting the level of the Foreman logs | ` --foreman-logging-level ` |
70+ | ` --foreman-logging-layout ` | Allow defining a different style of structured output for Foreman logs | ` --foreman-logging-layout ` |
71+ | ` --foreman-loggers ` | Allows enabling specific loggers in Foreman | ` --foreman-loggers ` |
72+ | ` --candlepin-loggers ` | Allows enabling specific loggers in Candlepin | ` --candlepin-loggers ` |
73+
74+ ##### Unmapped
75+
76+ | foreman-installer Parameter | Description | Reason |
77+ | --------------------------- | ----------- | ------ |
78+ | ` --foreman-logging-type ` | The type of logging - syslog, file, journald | For containers logging should be to stdout |
79+
6380#### Undetermined
6481
6582| foreman-installer Parameter | Description | Module | Puppet Parameter | Keep |
@@ -69,7 +86,6 @@ There are multiple use cases from the users perspective that dictate what parame
6986| ` --foreman-foreman-service-puma-threads-max ` | | foreman | foreman_service_puma_threads_max | ` --foreman-puma-threads-max ` |
7087| ` --foreman-dynflow-worker-instances ` | | foreman | dynflow_worker_instances |
7188| ` --foreman-dynflow-worker-concurrency ` | | foreman | dynflow_worker_concurrency |
72- | ` --foreman-loggers ` | | foreman | loggers |
7389| ` --foreman-plugin-tasks-cron-line ` | | foreman::plugin::tasks | cron_line |
7490| ` --foreman-plugin-tasks-automatic-cleanup ` | | foreman::plugin::tasks | automatic_cleanup |
7591| ` --tuning ` | Sets the tuning profile | foreman-installer | |
@@ -90,9 +106,6 @@ There are multiple use cases from the users perspective that dictate what parame
90106| ` --foreman-keycloak ` | | |
91107| ` --foreman-keycloak-app-name ` | | |
92108| ` --foreman-keycloak-realm ` | | |
93- | ` --foreman-logging-layout ` | | |
94- | ` --foreman-logging-level ` | | |
95- | ` --foreman-logging-type ` | | |
96109| ` --foreman-oauth-map-users ` | | |
97110| ` --foreman-plugin-remote-execution-cockpit-ensure ` | | |
98111| ` --foreman-telemetry-prometheus-enabled ` | | |
0 commit comments