We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It could be useful to add a configuration to enable the GC logs on a file. It can be activated on Repository Role (
alfresco-ansible-deployment/roles/repository/defaults/main.yml
Line 5 in 41c3905
-Xlog:gc*:file={{ logs_folder }}/alfresco_gc-%t.log:time,uptime,level,tags
On Search Role the GC logs are already activated with the default configuration, but we can have the same Repo role configuration adding to this (
alfresco-ansible-deployment/roles/search/tasks/main.yml
Line 143 in 41c3905
GC_LOG_OPTS: "-Xlog:gc*:file={{ logs_folder }}/solr_gc-%t.log:time,uptime,level,tags"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It could be useful to add a configuration to enable the GC logs on a file.
It can be activated on Repository Role (
alfresco-ansible-deployment/roles/repository/defaults/main.yml
Line 5 in 41c3905
adding
-Xlog:gc*:file={{ logs_folder }}/alfresco_gc-%t.log:time,uptime,level,tags
On Search Role the GC logs are already activated with the default configuration, but we can have the same Repo role configuration
adding to this (
alfresco-ansible-deployment/roles/search/tasks/main.yml
Line 143 in 41c3905
GC_LOG_OPTS: "-Xlog:gc*:file={{ logs_folder }}/solr_gc-%t.log:time,uptime,level,tags"
The text was updated successfully, but these errors were encountered: