Autonomo 4 How do I turn on the debug log source? (internal)
The debug log sources in Event View are off by default
Create an Administor command prompt (or dos) window
- Select the Windows key, then type "cmd" and then select "run as an administrator," then select yes.
Create the config.json file
There is NO longer a default file installed on production - this file must be created with v4.x release.- Go to the folder where the Autonomo files are installed -
- Default is c:\program files\troverlo\autonomo
- At the command prompt type - >notepad config.json
- Select "yes" to create the file.
- Cut and paste this into the editor - do not put anything else, JSON is finicky, no comments, no extra lines at bottom, just this
- {
"logging": {
"autonomo": {
"debug": true
},
"autonomoWifiAgent": {
"debug": true
}
}
- {
- Save the file (control-s).
- Close notepad.
- Re-start the Autonomo service
- Select the windows key
- Type "service"
- Open service manager
- Click on the Autonomo service (one of the listings)
- Right-click (or use the icon at the top) and restart the service (you can also stop, then start...does the same thing)
- This will make the service restart, launches the 2 applications, which read the config.json file.
Notes
- See this KB for an overview of the Autonomo theory of operations - Autonomo 4 - Operational insights (Internal).
- See this KB for an overview on - Autonomo 4 Troubleshooting - Where are the logs? How do I read the logs? (internal)