Versions Compared
compared with
Key
- This line was added.
- This line was removed.
- Formatting was changed.
Software log files allow the support technicians to determine the possible problem root causes and to take the necessary measures to eliminate them.
Web service log collection at server
Open the Web.nlog (NLog.config file for Card Monitor) in text editor, for example, in Notepad, run as Administrator, and change the minlevel="Off" parameter value to "Info":
Code Block | ||
---|---|---|
| ||
<logger name="*" minlevel="Info" writeTo="file" /> |
Children Display | ||
---|---|---|
|