From 354da725ee7ba644e513543bed73c45786ff05dc Mon Sep 17 00:00:00 2001 From: "a.chong" Date: Thu, 4 Apr 2024 12:17:57 +0200 Subject: [PATCH] Add default logback attributes * Set an empty hash by default Change-Id: Iee83bd04cff62484a8a60d1038ce01f246a3c198 --- attributes/default.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/attributes/default.rb b/attributes/default.rb index 6de0c53..67bcf14 100644 --- a/attributes/default.rb +++ b/attributes/default.rb @@ -25,6 +25,8 @@ default['nexus3']['properties_variables']['nexus-context-path'] = '/' default['nexus3']['properties_variables']['nexus.scripts.allowCreation'] = 'true' +default['nexus3']['logback_variables'] = {} + default['nexus3']['nofile_limit'] = 65_536 # Nexus JVM tunning