General Settings

You can use the com.imanage.configuration.plist file located at ~/Library/Application Support/iManage/Configuration/ to configure the following settings:

Log Level

The Log Level key enables you to configure the logging level for the logs1 that iManage Work Desktop for Mac captures. The following values are available:

  • 0: INFO (default value)

  • 1: WARNING

  • 2: DEBUG

  • 3: ERROR

Example:

<key>Log Level</key>
<string>0</string>

Crashlytics

Set the value of the Crashlytics key to <true/> to enable crash reporting. By default, Crashlytics is disabled and no reports are sent to iManage for any crashes that may occur when you work with the application.

<key>Crashlytics</key>
<false/>

Auto-updates

  • defaultFeedURL: Specify the HTTP or HTTPS URL of the web server where the latest updates for iManage Work Desktop for Mac are hosted as the string value.

    <key>defaultFeedUrl</key>
    <string><URL of the server where the latest build is hosted></string>

  • updateCheckInterval: Specify the number of seconds between updates. The default is 86400 (1 day). Setting the value to 0 disables auto updates checks. The minimum acceptable value is 3600 (1 hour) to prevent you from accidentally overloading your servers.
    <key>updateCheckInterval</key>
    <real>86400</real>

References:

  1. For information about iManage Work Desktop for Mac log files, refer to the iManage Work for Mac Log Files section in iManage Work Desktop for Mac Installation Guide.