Hide Forgot
Description of problem: When installing server with Advanced config option and selecting database logging, than no org.teiid.COMMAND_LOG or org.teiid.AUDIT_LOG category loggers are present in domain.xml for ha and full-ha profile. The reason seems to be simple: there is no command to actually add them in cli-scripts/teiid-add-database-logger-domain.cli . In the script the default file loggers are removed, but they're not replaced with anything.
Confirmed, when comparing to the standalone install script, the loggers themselves are not added but the handlers are added.
Van Halbert <vhalbert> updated the status of jira TEIID-4050 to Resolved