From 6df02510f04585dc9f8c34177f23262a75d4fe4d Mon Sep 17 00:00:00 2001 From: CharlyCst Date: Sat, 10 Feb 2024 15:29:18 +0100 Subject: [PATCH] Update readme to give instruction to configure log level --- readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme.md b/readme.md index a0f327cb..1a54ff64 100644 --- a/readme.md +++ b/readme.md @@ -33,3 +33,5 @@ To start a GDB session, first run Mirage with `just debug` and then run `just gd The payload can be selected as an additional argument to `just run`. Valid payloads are either names of payloads under the `./payloads/` directory, or paths to external firmware images. + +The log level can be adjusted using a `config.toml` file. See `example.config.toml` for reference.