Is it possible to dynamically set the directory thatthe J2EE agent uses to write its logs on a per application server instance basis?
The log.config file only appears to allow you to do this globally.
You can define the location of the log directory the agent uses by using the -Dquest.config.log.target.file.directory option in the application server startup script, i.e.:
(WINDOWS)
SET PERFORMASURE_OPTIONS=-Dquest.config.log.target.file.directory=new_location_of_logs_directory
Or
(UNIX)
PERFORMASURE_OPTIONS=-Dquest.config.log.target.file.directory=new_location_of_logs_directory
export PERFORMASURE_OPTIONS
then run the application server startup script to start the specific instance
© 2021 Quest Software Inc. ALL RIGHTS RESERVED. Feedback Terms of Use Privacy