Skip to content

Commit

Permalink
Merge pull request #116 from realityforge/payara5192
Browse files Browse the repository at this point in the history
Payara 5.192
  • Loading branch information
Aketzu authored May 29, 2019
2 parents ce80530 + c1130a0 commit 384a709
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## v.1.1.1:
* Enhance : Add support for Payara 5.192

## v.1.1.0:
* Enhance : Add support for Payara 5.184 and 5.191

Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
license 'Apache-2.0'
description 'Installs/Configures GlassFish Application Server'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '1.1.0'
version '1.1.1'

chef_version '>= 13.0' if respond_to?(:chef_version)

Expand Down
3 changes: 3 additions & 0 deletions resources/domain.rb
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,9 @@ def default_logging_properties
# Payara 5.183
'fish.payara.enterprise.server.logging.PayaraNotificationFileHandler.formatter' => 'com.sun.enterprise.server.logging.ODLLogFormatter',

# Payara 5.192
'com.sun.enterprise.server.logging.GFFileHandler.logStandardStreams' => 'true',

# All log level details
'.level' => 'INFO',

Expand Down

0 comments on commit 384a709

Please sign in to comment.