From a0112b9d3dd971e4cae5f2f734d84aff208a4d99 Mon Sep 17 00:00:00 2001 From: Aaron Fiore Date: Tue, 24 Sep 2024 23:57:17 -0700 Subject: [PATCH] README: add DOCKER_FINANCE_DEBUG log-levels --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 74bc075..c363135 100644 --- a/README.md +++ b/README.md @@ -558,9 +558,11 @@ Docker daemon/container setting: number of CPUs to use. > DOCKER_FINANCE_DEBUG -Enable/disable debugging code paths (e.g., debug logging) +Enable/disable debugging code paths (i.e., debug logging) -- Example: `DOCKER_FINANCE_DEBUG=true` +Debug log-levels range from none to most: `0 1 2` + +- Example: `DOCKER_FINANCE_DEBUG=2` > DOCKER_FINANCE_PORT_HLEDGER