forked from ISTI-ansible-roles/ansible-roles
smartgears: Use the time and size logback appender by default.
This commit is contained in:
parent
bc0c02c77b
commit
d3b6789fbb
|
@ -17,9 +17,7 @@ smartgears_downloads_dir: '{{ d4science_user_home }}/downloads'
|
|||
smartgears_instance_path: '{{ smartgears_user_home }}/tomcat'
|
||||
smartgears_install_path: '{{ smartgears_user_home }}/SmartGears'
|
||||
smartgears_distribution_version: 2.1.3-4.7.0-154641
|
||||
#smartgears_file: 'smartgears-distribution-{{ smartgears_distribution_version }}.tar.gz'
|
||||
smartgears_global_base_url: 'http://maven.research-infrastructures.eu/nexus/content/repositories/{{ gcube_repository }}'
|
||||
#smartgears_url: 'http://maven.research-infrastructures.eu/nexus/content/repositories/{{ smartgears_gcube_repository }}/org/gcube/distribution/smartgears-distribution/{{ smartgears_distribution_version }}/{{ smartgears_file }}'
|
||||
smartgears_url: 'http://maven.research-infrastructures.eu/nexus/content/repositories/{{ smartgears_gcube_repository }}'
|
||||
|
||||
smartgears_name: smartgears-distribution
|
||||
|
@ -55,7 +53,7 @@ smartgears_publication_frequency: 300
|
|||
smartgears_http_port: 9000
|
||||
smartgears_service_name: 'tomcat-instance-{{ smartgears_http_port }}'
|
||||
|
||||
smartgears_log_use_timesize_appender: False
|
||||
smartgears_log_use_timesize_appender: True
|
||||
smartgears_loglevel: WARN
|
||||
smartgears_dataanalysis_loglevel: DEBUG
|
||||
smartgears_log_max_history: 30
|
||||
|
|
Loading…
Reference in New Issue