| | Log level used for enabled application modules. Possible values: DEBUG, INFO, WARN, ERROR, TRACE. |
iam.log.structured-stdout.enabled
iam.log.structured-file.enabled
iam.log.main.enabled
| IAM_LOG_STRUCTURED_STDOUT_ENABLED
IAM_LOG_STRUCTURED_FILE_ENABLED
IAM_LOG_MAIN_ENABLED
| Set to "true" or "false" to enable or disable log outputs/appenders. The default values for these are "false", but instances created with IAM 7.1 or later have the following presets in "instance.properties": - with Docker: "iam.log.structured-stdout.enabled=true"
- without Docker: "iam.log.structured-file.enabled=true"
(To restore behavior to pre 7.1 defaults, set "iam.log.main.enabled=true". Previously created instances are unaffected due to configured appenders in the log4j config files.) |
iam.log.structured-stdout.*
iam.log.structured-file.*
iam.log.main.*
| IAM_LOG_STRUCTURED_STDOUT_*
IAM_LOG_STRUCTURED_FILE_*
IAM_LOG_MAIN_*
| Configuration parameters for corresponding log outputs/appenders. |
iam.log.elasticsearch.url
| IAM_LOG_ELASTICSEARCH_URL
| Send structured log records from the local log file in "iam.structured-file.dir" to elasticsearch. I.e. for reporting. |