Skip to Content (Press Enter)
OutSystems.com
Personal Edition
Community
Support
Training
Training
Online Training
Developer Schools
Boot Camps
Certifications
Tech Talks
Documentation
Documentation
Overview
ODC
O11
Forums
Forge
Get Involved
Get Involved
Jobs
Ideas
Members
Mentorship
User Groups
Platform
Platform
ODC
O11
Search in OutSystems
Log in
Get Started
Back to Forums
João Fino Frade
4
Views
0
Comments
JBoss Logs in the OutSystems Platform
Discussion
OS Certified
Audit & Monitoring
How-to
Hi,
In case you are wondering where do JBoss logs are stored, you might find them at:
JBoss 5 - $JBOSS_HOME/server/outsystems/log
JBoss 7 - $JBOSS_HOME/standalone/log
In here you might find several logs, but basically they are divided into 3 groups:
boot.log - logs regarging JBoss initialization
server.log - logs regarding JBoss operation
server.log.<date> - older logs
Of course these logs are all configurable. You can customize JBoss to change the default log behavior at:
JBoss 5 - $JBOSS_HOME/server/outsystems/conf/jboss-log4j.xml
JBoss 7 -$JBOSS_HOME/standalone/configuration/standalone-outsystems.xml
As always, you should read the official
JBoss 5
or
JBoss 7
documentation to understand how to perform these customizations and their side effects.
Community Guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
See the full guidelines
Loading...