This content has been machine translated dynamically.
Dieser Inhalt ist eine maschinelle Übersetzung, die dynamisch erstellt wurde. (Haftungsausschluss)
Cet article a été traduit automatiquement de manière dynamique. (Clause de non responsabilité)
Este artículo lo ha traducido una máquina de forma dinámica. (Aviso legal)
此内容已经过机器动态翻译。 放弃
このコンテンツは動的に機械翻訳されています。免責事項
이 콘텐츠는 동적으로 기계 번역되었습니다. 책임 부인
Este texto foi traduzido automaticamente. (Aviso legal)
Questo contenuto è stato tradotto dinamicamente con traduzione automatica.(Esclusione di responsabilità))
This article has been machine translated.
Dieser Artikel wurde maschinell übersetzt. (Haftungsausschluss)
Ce article a été traduit automatiquement. (Clause de non responsabilité)
Este artículo ha sido traducido automáticamente. (Aviso legal)
この記事は機械翻訳されています.免責事項
이 기사는 기계 번역되었습니다.책임 부인
Este artigo foi traduzido automaticamente.(Aviso legal)
这篇文章已经过机器翻译.放弃
Questo articolo è stato tradotto automaticamente.(Esclusione di responsabilità))
Translation failed!
日志保留设置
日志将在 Secure Private Access 数据库中存储 7 天。 如果总日志计数变得太大,例如超过 100,000,您可以删除 90 天之前的最早日志。 默认情况下,清理作业每 12 小时运行一次。 每当运行时服务重新启动时,作业也会运行。
自定义故障排除日志保留设置
日志的清理可通过 Runtime 服务安装文件夹中的 appsettings.json 文件进行配置。 您可以根据日志的存在时间和可存储在数据库中的日志数量来设置清理。 根据需要修改 appsettings.json 文件中的以下条目:
示例 appsettings.json 文件:
"TroubleshootingLogs": {
"CleanupPeriodInHours": 12,
"CleanupDataOlderThanDays": 7,
"CleanupOldestDataIfEntriesCountAbove": 0
}
<!--NeedCopy-->
要禁用清理,请根据需要配置以下设置:
- 要仅将日志保留 7 天,请将
CleanupDataOlderThanDays
到 7。 - 要禁用基于天数的清理,请将
CleanupDataOlderThanDays
设置为 0。 - 要禁用基于计数的清理,请将
CleanupOldestDataIfEntriesCountAbove
设置为 0。 -
如果这两个设置都设置为 0,或者如果
CleanupPeriodInHours (清理周期以小时为单位)
设置为 0,则日志将永久保留。- 同时设置
CleanupDataOlderThanDays
或CleanupOldestDataIfEntriesCountAbove
设置为 0 或设置CleanupPeriodInHours (清理周期以小时为单位)
不建议设置为 0,因为它可能会导致 100% 磁盘使用率问题。 - 日志清理频率也可以通过修改
CleanupPeriodInHours (清理周期以小时为单位)
进入。
- 同时设置
注意:
如果 Secure Private Access 部署为群集,则必须在每个群集节点中修改这些设置。 如果节点设置不匹配,则清理最频繁的实例优先。
共享
共享
在本文中
This Preview product documentation is Citrix Confidential.
You agree to hold this documentation confidential pursuant to the terms of your Citrix Beta/Tech Preview Agreement.
The development, release and timing of any features or functionality described in the Preview documentation remains at our sole discretion and are subject to change without notice or consultation.
The documentation is for informational purposes only and is not a commitment, promise or legal obligation to deliver any material, code or functionality and should not be relied upon in making Citrix product purchase decisions.
If you do not agree, select I DO NOT AGREE to exit.