Skip to content
  • There are no suggestions because the search field is empty.

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

  1. 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.
  1. Go to the folder where the Autonomo files are installed -
    1. Default is c:\program files\troverlo\autonomo
    2. At the command prompt type - >notepad config.json
    3. Select "yes" to create the file.
    4. Cut and paste this into the editor - do not put anything else, JSON is finicky, no comments, no extra lines at bottom, just this
      1. {
        "logging": {
                "autonomo": {
                       "debug": true
                },
                "autonomoWifiAgent": {
                       "debug": true
                }  
        }
    5. Save the file (control-s).
    6. Close notepad.
  2. Re-start the Autonomo service
    1. Select the windows key
    2. Type "service"
    3. Open service manager
    4. Click on the Autonomo service (one of the listings)
    5. Right-click (or use the icon at the top) and restart the service (you can also stop, then start...does the same thing)
    6. This will make the service restart, launches the 2 applications, which read the config.json file.

            Notes

            1. See this KB for an overview of the Autonomo theory of operations - Autonomo 4 - Operational insights (Internal).
            2. See this KB for an overview on - Autonomo 4 Troubleshooting - Where are the logs? How do I read the logs? (internal)