Skip to content

Commit a690c2a

Browse files
authored
Merge pull request #16 from GitHubSecurityLab/p--log-dir
Add LOG_DIR variable to README
2 parents 10e6c8d + 8b91028 commit a690c2a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@ 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

11-
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.
12+
The `MEMCACHE_STATE_DIR` is needed to persist some intermediate data in the memcache, `DATA_DIR` is needed for various mcp servers to store intermediate results, and `LOG_DIR` is used to store log files generated by the servers. These can be set in a `.env` file in the `src` directory.
1213

1314
The repo provides a script [`run_seclab_agent.sh`](https://github.com/GitHubSecurityLab/seclab-taskflows/blob/main/src/run_seclab_agent.sh) to run a docker container of the `seclab-taskflow-agent` as outlined [here](https://github.com/GitHubSecurityLab/seclab-taskflow-agent/tree/main?tab=readme-ov-file#deploying-from-docker). Note that this script needs to be run from the `src` directory.
1415

0 commit comments

Comments
 (0)