Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • The Agent log level can be increased using the Agent's Apache ProcRun Demon Service Manager demon/service.
  • For Windows systems this is installed in the Agent's service folder with a name such as js7_agent_<port>w.exe  where <port> is the Agent's HTTP port.
  • Start the ProcRun Manager, select the Logging tab in the Manager interface and set the level to Debug
  • The location of log files is explained above. 
  • Consider to revert a debug log level once you are finished with debugging.

Usage Examples

Running the Agent on Unix

On Unix the location of the Java Runtime Environment and the log directory can be specified like this:

Code Block
languagebash
export JAVA_HOME="/opt/java/jdk8u202-b08/jre"
export JS7_AGENT_LOGS="/var/logs/agent"
/opt/sos-berlin.com/js7/agent/bin/agent_4445.sh" start

Running the Agent on Windows

On Windows operating systems the location of the Java Runtime Environment and the log directory can be specified like this:

Code Block
languagebash
set JAVA_HOME=%ProgramFiles%\Java\jre8
set JS7_AGENT_LOGS=%ProgramData%\sos-berlin.com\js7\agent\logs
"%ProgramFiles%\sos-berlin.com\js7\agent\bin\agent_4445.cmd" start