Edge for Private Cloud 4.19.01
根據預設,Edge 元件會使用 INFO
的記錄層級。不過,您可以為每個 Edge 元件設定記錄層級。舉例來說,您可能會將其設為 DEBUG
(針對郵件處理器) 或 ERROR
(針對管理伺服器)。
可用的記錄層級包括:
ALL
DEBUG
ERROR
FATAL
INFO
OFF
TRACE
WARN
如要設定元件的記錄層級,請編輯元件的屬性檔案來設定符記,然後重新啟動元件:
- 若是 Edge UI,符記為
conf_logger_settings_application_log_level
和conf_logger_settings_play_log_level
。將兩者設為相同的值。 - 所有其他 Edge 元件的符記為
conf_system_log.level
如要設定 Edge UI 元件的記錄層級,請按照下列步驟操作:
- 在編輯器中開啟
/opt/apigee/customer/application/ui.properties
。如果檔案不存在,請建立檔案。 - 將
ui.properties
中的下列屬性設為所需的記錄層級。例如,將其設為DEBUG
:conf_logger_settings_application_log_level=DEBUG conf_logger_settings_play_log_level=DEBUG
- 儲存檔案。
- 確認屬性檔案是由「apigee」使用者擁有:
chown apigee:apigee /opt/apigee/customer/application/ui.properties
- 重新啟動 Edge UI:
/opt/apigee/apigee-service/bin/apigee-service edge-ui restart
如要設定其他元件的記錄層級:
- 在編輯器中開啟
/opt/apigee/customer/application/component_name.properties
,其中 component_name 可以是下列其中一個:apigee-cassandra
(Cassandra)apigee-openldap
(OpenLDAP)apigee-postgresql
(PostgreSQL 資料庫)apigee-qpidd
(魁北克)apigee-sso
(邊緣單一登入)apigee-zookeeper
(ZooKeeper)edge-management-server
(管理伺服器)edge-management-ui
(新版 Edge UI)edge-message-processor
(訊息處理器)edge-postgres-server
(Postgres 伺服器)edge-qpid-server
(快速伺服器)edge-router
(邊緣路由器)edge-ui
(傳統版 UI)
如果檔案不存在,請建立檔案。
- 請將屬性檔案中的下列屬性設為所需的記錄層級。例如,將其設為
DEBUG
:conf_system_log.level=DEBUG
- 儲存檔案。
- 確保屬性檔案的擁有者為「apigee」使用者:
chown apigee:apigee /opt/apigee/customer/application/component_properties_file_name.properties
- 使用下列語法重新啟動元件:
/opt/apigee/apigee-service/bin/apigee-service component_name restart
如要進一步瞭解組件設定檔的名稱和位置,請參閱「屬性檔案的位置」。