System administrators can manage many ArcGIS Pro user application settings.
The settings described below should be added under the GeodatabaseReplication element in the Pro.settingsConfig file.
Learn more about geodatabase replication options
LogFilePath
In the user interface, on the Geodatabase Replication tab on the Options dialog box, this setting corresponds to Log file path.
Possible values are any valid local folder paths.
The path is the location where the ArcGIS Pro replica activity log file is stored. The default location is C:\Users\<username>\AppData\Local\ESRI\ProReplicaActivityLog.dat.
Note:
To specify an environment variable in the path, surround it with percent signs (%). For example, enter %USERNAME% to dynamically insert the username of the current user.
An example of this setting is shown below.<LogFilePath isLocked="true">C:\Users\%USERNAME%\AppData\Local\ESRI\ProReplicaActivityLog.dat</LogFilePath>
LogLevel
In the user interface, on the Geodatabase Replication tab on the Options dialog box, this setting corresponds to Log level.
Log level options control how much content information is written to the ArcGIS Pro replica activity log file.
Possible values are the following:
- None—Records no information during the replica creation or synchronization process.
- Error—Captures only errors during the replica creation or synchronization process.
- Warning—Captures only warnings during the replica creation or synchronization process.
- Info: Simple—Captures general replica creation or synchronization process details. This is the default.
- Info: Standard—Captures slightly more details during the replica creation or synchronization process.
- Info: Detailed—Captures more details during the replica creation or synchronization process.
- Debug—Captures the most detail possible during the replica creation or synchronization process.
An example of this setting is shown below.<LogLevel isLocked="true">Debug</LogLevel>