You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Payara Forum
By 'switch logging', I meant 'configure the Payara server itself so that its logging used SLF4J', not 'use SLF4J inside of my app'
Eduard Drenth
unread,
Jun 3, 2019, 8:20:05 PM6/3/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Payara Forum
Yes I did realize that, but why would you want a server to be using a logging abstraction?
Op maandag 3 juni 2019 17:53:53 UTC+2 schreef Michael Norman:
Rudy De Busscher
unread,
Jun 4, 2019, 8:25:31 AM6/4/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Payara Forum
Hi Michael,
If the switch of logging worked for version 5.184, it should still work for 5.192 (since there are no real changes performed within the Logging service of Payara)
If you encounter an issue, can you report the problem here or as Github Issue. However, as Eduard mentioned, most users aren't modifying how the server logging is written and use something like `filebeat` if the log files needs to be centralised.
Regards
Rudy
Ondro Mihályi
unread,
Jul 5, 2019, 6:23:00 PM7/5/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Payara Forum
Hi,
It's possible that on 5.192 you hit the know issue with the ext library folder not working out of the box. To switch the logging engine of Payara Server, the alternative logging library (slf4j, log4j) needs to be placed on the Payara Server isntance class path, so for example dropped into the lib/ext folder in the domain. For this to work in 5.192, due to a bug, you need to specify the java.ext.dirs property to point to this directory explicitly. More details in the release notes: https://docs.payara.fish/release-notes/release-notes-192.html (Known issues) This should be fixed in 5.193.