Enabling or Disabling Staff Assignment Logging

You can enable or disable logging of Staff Assignment activity by setting the logMsgs property in the app.config file on the server. The application logs any logins, errors, and assignments. Logging is enabled by default.

When logging is enabled, log files are saved to the following folder on the Vocera Server:

\vocera\logs\staffassignment

To enable or disable Staff Assignment logging:

  1. On the Staff Assignment computer, open the following file in a text editor:
    \vocera\data\applications\staffassignment\app.config
  2. Change the value of the logMsgs property.
    • To enable logging, set logMsgs to 1.

    • To disable logging, set logMsgs to 0.

  3. Save your changes.
    Note: You do not need to restart Tomcat.
  4. If you have a Vocera cluster, copy the app.config file to every Vocera Voice Server node.