How to setup QSJ/VSJ JBoss Edition logging
QSJ/VSJ JBoss Edition integrates with the Log4J logging framework used by JBoss. The Log4J configuration file can be found at ${jboss.home}/server/ ${jboss.server}/conf/log4j.xml. The easiest way to enable VSJ logging is to edit the Log4J configuration file and create two new categories:
<category name="com.wedgetail">
<priority value="DEBUG"/>
<appender-ref ref="FILE"/>
</category> <category name="com.quest">
<priority value="DEBUG"/>
<appender-ref ref="FILE"/>
</category>
This will output VSJ log messages at a DEBUG level to the default JBoss log file.
For further information see the Vintela Single Sign-on for Java Deployment Guide for JBoss Edition
© 2025 One Identity LLC. ALL RIGHTS RESERVED. 利用規約 プライバシー Cookie Preference Center