From d191577ac980dd541af4c36cbc4dffa51be5451e Mon Sep 17 00:00:00 2001 From: David Allen Date: Sat, 30 Aug 2025 00:29:34 -0600 Subject: [PATCH] chore: updated README export vars --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5d4e7bf..2470177 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,8 @@ Here are some of the common commands you may want to try right off the bat (asid export MAKESHIFT_HOST=localhost export MAKESHIFT_PATH=/test export MAKESHIFT_ROOT=./test +export MAKESHIFT_LOG_FILE=logs/makeshift.log +export MAKESHIFT_LOG_LEVEL=debug ``` Start the server. The `--init` flag with create the default files and directory to get started at the `--root` path.