Skip to main content

changeloglocation

此 ArcGIS Data Store 实用程序可用于所有 ArcGIS Data Store 类型。

ArcGIS Data Store 的默认错误日志文件位置为 <ArcGIS Data Store directory>\arcgisdatastore\logs。 要使用其他文件目录,请运行 changeloglocation 实用程序并指定新的目录路径。

[ArcGIS Data Store 账户]必须具备写入指定目录的权限。

语法

changeloglocation <directory path>

示例

在本示例中,将在本地目录 ../datastorefiles/logs 中创建日志文件。

./changeloglocation.sh '../datastorefiles/logs'

在本示例中,将在本地目录 d:\datastorefiles\logs 中创建日志文件。

changeloglocation 'd:\datastorefiles\logs'