Skip to content

Commit

Permalink
update plugin-tee-log README
Browse files Browse the repository at this point in the history
  • Loading branch information
ShuochengWang committed Dec 27, 2024
1 parent 2965415 commit fae497c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/plugin-tee-log/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit fae497c

Please sign in to comment.