How to turn on debug logging option and way to retrieve debug log
A. Windows:
1. Creating a folder "C:\Users\Public\Documents\e-Lock Corporation\WebAlarm Agent\debug"
2. Start/Restart WA services.
3. Check that Debug log is generated.
A-1. Location to retrieve debug log
C:\Users\Public\Documents\e-Lock Corporation\WebAlarm Agent
B. Linux:
1. stop WA service or kill service
Example for CentOs7 commad:
systemctl stop wa
2. Start WA service with verbose mode.
/usr/local/wa4/wa --port=9999 --verbose
3. check if WA service run in verbose mode.
ps -ef | grep wa4
B-1. Location to retrieve debug log
/var/log/waa
Related Articles
How to retrieve WebAlarm Log
1. Windows: C:\Program Files (x86)\e-Lock Corporation\WebAlarm Agent\Settings\Log 2. Linux: /usr/local/wa4/wa.log
If to set debug log affects performance?
Question: If to set debug log affects performance? Answer: No, but consuming more disk space so periodical cleanup needed if debug log working in long term. More Information: Please check user manual for how to set debug log.
How to turn off the alarm sound on WebALARM (WA)?
Question: How to turn off the alarm sound on WebALARM (WA)? Answer: There is a "Mute" button available. Please refer to the screenshot below. More information: Please refer to the WebALARM User manuals bundled with the product installation package.
What is the alternative way to fix a corrupted WAA database after being imported?
Symptom: Database is created by using import setting from saved Database (Exclusion Path included). Created Database, then become corrupted after a few minutes. Question: What is the alternative way to fix a corrupted WAA database after being ...
Many files detected in log after server rebooted
Question: Many files detected in log after server rebooted. Why and how can I avoid this symptom? Answer: This can be occurred when monitored files are in NFS mounted, due to local file (mount point) and actual NFS file difference. To adjust NFS ...