<< Click to Display Table of Contents >> Navigation: Live > Installation and Configuration > Live Logging |
Live agents and widgets use log4net logging, see EQuIS Professional or EQuIS Enterprise log4net logging, if they are running within these applications.
The Live agents that are installed as Windows services have their own log4net.config file, located in the agent's directory (e.g., C:\Program Files\EarthSoft\EQuIS Live\LoggerNet Agent\). The log file location and name, e.g., <file type="log4net.Util.PatternString" value="%env{temp}/equislogs/{process}.log" /> (typically on line 10), is typically:
•C:\Windows\Temp\equislogs\EarthSoft.Live.Agents.*.log, if the service's Log On As account is Local System, or
•C:\Users\[username]\AppData\Local\Temp\equislogs\EarthSoft.Live.Agents.*.log, if the service's Log On As account is a user account.
Right-click the agent's Menu.ps1 file (e.g., C:\Program Files\EarthSoft\EQuIS Live\LoggerNet Agent\Menu.ps1), and Run with PowerShell to view and open the log files.
The logging level, e.g., <level value="all" /> (typically on line 31), can be one of the following values:
•All (log everything)
•Debug
•Info
•Warn
•Error
•Fatal
•Off (do not log anything)
Copyright © 2024 EarthSoft, Inc. • Modified: 04 May 2020