Skip to content

Commit fae497c

Browse files
committed
update plugin-tee-log README
1 parent 2965415 commit fae497c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

packages/plugin-tee-log/README.md

+6
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,12 @@ Important: You need to use the encrypted file system to store the database file
8181

8282
To use the `TeeLogService`, ensure that the TEE environment is properly configured and initialized.
8383

84+
Enable the TEE logging in the Eliza .env file:
85+
86+
```env
87+
TEE_LOG_ENABLED=true
88+
```
89+
8490
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:
8591

8692
First, add plugin-tee-log to the dependencies of plugin-bootstrap:

0 commit comments

Comments
 (0)