From fae497c2cc01cfedabc80fda48e24856cba519bc Mon Sep 17 00:00:00 2001 From: Stuart Wang Date: Fri, 27 Dec 2024 04:50:10 +0000 Subject: [PATCH] update plugin-tee-log README --- packages/plugin-tee-log/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/packages/plugin-tee-log/README.md b/packages/plugin-tee-log/README.md index e6be0067b0..cd8207b7c6 100644 --- a/packages/plugin-tee-log/README.md +++ b/packages/plugin-tee-log/README.md @@ -81,6 +81,12 @@ Important: You need to use the encrypted file system to store the database file To use the `TeeLogService`, ensure that the TEE environment is properly configured and initialized. +Enable the TEE logging in the Eliza .env file: + +```env +TEE_LOG_ENABLED=true +``` + The logging isn't integrated for actions by default, you need to integrate the logging for the actions you want to log. For example, if you want to log the `Continue` action of plugin-bootstrap, you can do the following: First, add plugin-tee-log to the dependencies of plugin-bootstrap: