From b35e3644899b42769bc243e85f152e1c6065c151 Mon Sep 17 00:00:00 2001 From: Christian Date: Mon, 29 Nov 2021 09:58:39 +0100 Subject: [PATCH] linked logging in dev readme Signed-off-by: Christian --- DevReadMe.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/DevReadMe.md b/DevReadMe.md index 7f46c6421b..b3515c71a7 100644 --- a/DevReadMe.md +++ b/DevReadMe.md @@ -151,6 +151,10 @@ PORTS="5000:5000 8000:8000 1000:1000" ./scripts/run_docker start --inbound-trans Refer to [the previous section](#Running) for instructions on how to run the software. +### Logging + +You can find more details about logging and log levels [here](Logging.md). + ### Running Tests To run the ACA-Py test suite, use the following script: