上一個主題: 記錄檔配置下一個主題: 配置記錄檔清理


logging.properties 檔案 - 依元件提供的範例

下列範例說明不同的 logging.properties 檔案:

MultiController 的範例 logging.properties 檔案

com.torokina.common.logging.apache.FileHandler.directory=/opt/CA/CAMM/MC/logs
handlers=com.torokina.common.logging.apache.FileHandler
com.torokina.common.logging.apache.FileHandler.level=INFO
.level=INFO
com.torokina.common.logging.apache.FileHandler.prefix=CAMM-Multi-Controller-

LocalController 的範例 logging.properties 檔案

com.torokina.common.logging.apache.FileHandler.directory=/opt/CA/CAMM/LC/logs
handlers=com.torokina.common.logging.apache.FileHandler
com.torokina.common.logging.apache.FileHandler.level=INFO
.level=INFO
com.torokina.common.logging.apache.FileHandler.prefix=CAMM-Local-Controller-

傳遞系統的範例 logging.properties 檔案

com.torokina.common.logging.apache.FileHandler.directory=/opt/CA/CAMM/DS/logs
handlers=com.torokina.common.logging.apache.FileHandler
com.torokina.common.logging.apache.FileHandler.level=INFO
.level=INFO
com.torokina.common.logging.apache.FileHandler.prefix=CAMM-Delivery-System-

ENGINE_CAMM 的範例 logging.properties 檔案

com.torokina.common.logging.apache.FileHandler.directory=/opt/CA/CAMM/COMPONENTS/ENGINE_CAMM/logs
handlers=com.torokina.common.logging.apache.FileHandler
com.torokina.common.logging.apache.FileHandler.level=INFO
.level=INFO
com.torokina.common.logging.apache.FileHandler.prefix=CAMM-ENGINE_CAMM-

一般執行程式的範例 logging.properties 檔案

根據預設,「一般執行程式」不會在其記錄目錄中建立 logging.properties 檔案。 所有記錄都會在 ~GE/logs 目錄中產生。 下列範例說明如何在記錄目錄中建立 logging.properties 檔案,以重新導向「一般執行程式」記錄 (僅適用於非 Windows 平台):

#Properties for Logger
#Tue May 07 04:08:45 EDT 2013
com.torokina.common.logging.apache.FileHandler.directory=/opt/CA/CAMM/GE/logs
handlers=com.torokina.common.logging.apache.FileHandler
com.torokina.common.logging.apache.FileHandler.level=INFO
.level=INFO
com.torokina.common.logging.apache.FileHandler.prefix=CAMM-Generic-Executor-