From d3b6789fbb9a265ba36ffaa53e632589261d9bf1 Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Fri, 29 Sep 2017 13:28:31 +0200 Subject: [PATCH] smartgears: Use the time and size logback appender by default. --- smartgears/smartgears/defaults/main.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/smartgears/smartgears/defaults/main.yml b/smartgears/smartgears/defaults/main.yml index 45745589..0d582e8d 100644 --- a/smartgears/smartgears/defaults/main.yml +++ b/smartgears/smartgears/defaults/main.yml @@ -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