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

keycloak_quarkus: Allow configuring log rotate options in quarkus configuration #161

Conversation

hwo-wd
Copy link
Collaborator

@hwo-wd hwo-wd commented Jan 22, 2024

New role parameters allow to tweak log rotation:

Variable Description Default
keycloak_quarkus_log_max_file_size Set the maximum log file size before a log rotation happens; A size configuration option recognises string in this format (shown as a regular expression): [0-9]+[KkMmGgTtPpEeZzYy]?. If no suffix is given, assume bytes. 10M
keycloak_quarkus_log_max_backup_index Set the maximum number of archived log files to keep" 10
keycloak_quarkus_log_file_suffix Set the log file handler rotation file suffix. When used, the file will be rotated based on its suffix; Note: If the suffix ends with .zip or .gz, the rotation file will also be compressed. .yyyy-MM-dd.zip

Fix #160

@hwo-wd hwo-wd changed the title feature/160: keycloak_quarkus: Allow easier log setting configuration feature/160: keycloak_quarkus: Allow configuring log rotate options in quarkus configuration Jan 22, 2024
roles/keycloak_quarkus/README.md Outdated Show resolved Hide resolved
roles/keycloak_quarkus/README.md Outdated Show resolved Hide resolved
@guidograzioli guidograzioli changed the title feature/160: keycloak_quarkus: Allow configuring log rotate options in quarkus configuration keycloak_quarkus: Allow configuring log rotate options in quarkus configuration Feb 8, 2024
@guidograzioli guidograzioli added the minor_changes New parameters added to modules, or non-breaking behavior changes to existing parameters; no bugfix label Feb 8, 2024
@guidograzioli guidograzioli merged commit 9593752 into ansible-middleware:main Feb 8, 2024
16 checks passed
@hwo-wd hwo-wd deleted the feature/160_keycloak_quarkus_logging branch April 16, 2024 07:39
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.

keycloak_quarkus: Allow easier log setting configuration
2 participants