根據預設,Edge 元件會使用 INFO
的記錄層級。不過,您可以設定
每個邊緣元件的記錄等級舉例來說,您可能會想設為 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
如要進一步瞭解元件設定檔的名稱和位置,請參閱 房源檔案的位置。