Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add vars and template for logging configuration #4

Merged
merged 2 commits into from
Jun 17, 2022

Conversation

guidograzioli
Copy link
Member

@guidograzioli guidograzioli commented Jun 17, 2022

New variables:

Variable Description Default
amq_broker_enable_audit Whether to enable audit file logging False
amq_broker_logger_level Root logging level INFO
amq_broker_logger_core_server_level Logging level for org.apache.activemq.artemis.core.server INFO
amq_broker_logger_journal_level Logging level for org.apache.activemq.artemis.journal INFO
amq_broker_logger_utils_level Logging level for org.apache.activemq.artemis.utils INFO
amq_broker_logger_utils_critical_level Logging level for org.apache.activemq.artemis.utils.critical INFO
amq_broker_logger_jms_level Logging level for org.apache.activemq.artemis.jms INFO
amq_broker_logger_integration_bootstrap_level Logging level for org.apache.activemq.artemis.integration.bootstrap INFO
amq_broker_logger_jetty_level Logging level for org.eclipse.jetty WARN
amq_broker_logger_curator_level Logging level for org.apache.curator WARN
amq_broker_logger_zookeeper_level Logging level for org.apache.zookeeper ERROR

@guidograzioli guidograzioli added the minor_changes New parameters added to modules, or non-breaking behavior changes to existing parameters; no bugfix label Jun 17, 2022
@guidograzioli guidograzioli changed the title add logging configuration Add vars and template for logging configuration Jun 17, 2022
@guidograzioli guidograzioli merged commit b372af9 into ansible-middleware:main Jun 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
minor_changes New parameters added to modules, or non-breaking behavior changes to existing parameters; no bugfix
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant