Skip to content

Commit

Permalink
Add default logback attributes
Browse files Browse the repository at this point in the history
* Set an empty hash by default

Change-Id: Iee83bd04cff62484a8a60d1038ce01f246a3c198
  • Loading branch information
achamo committed Apr 4, 2024
1 parent 697397a commit 354da72
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions attributes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 354da72

Please sign in to comment.