Skip to content

Commit 7da7b27

Browse files
authored
Add LOG_DIR variable to README
Added LOG_DIR environment variable for logging.
1 parent 10e6c8d commit 7da7b27

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ This repository contains example taskflows to use with the [SecLab Taskflow Agen
66
MEMCACHE_STATE_DIR=/app/data
77
CODEQL_DBS_BASE_PATH=/app/data
88
DATA_DIR=/app/data
9+
LOG_DIR=/app/logs
910
```
1011

1112
The `MEMCACHE_STATE_DIR` is needed to persist some intermediate data in the memcache, `DATA_DIR` is needed for various mcp server to store intermediate results. These can be set in a `.env` file in the `src` directory.

0 commit comments

Comments
 (0)