From 438db81d27ff43fc2e8f653faf324315c9b38751 Mon Sep 17 00:00:00 2001 From: "Ian H. Pittwood" Date: Thu, 26 Sep 2019 09:43:22 -0500 Subject: [PATCH] Update CLI docs for granular verbosity Updates the CLI documentation for addition of granular verbosity option. Related Change: https://review.opendev.org/#/c/684349/ Change-Id: I8ca1e6381e074d7821cd862222dfeac7537a3d1f --- doc/source/cli/cli.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/doc/source/cli/cli.rst b/doc/source/cli/cli.rst index 66f0b81d..8a6d22e4 100644 --- a/doc/source/cli/cli.rst +++ b/doc/source/cli/cli.rst @@ -81,6 +81,19 @@ CLI Options Enable debug logging. +**-l / --logging-level** (Optional, Default=40). + +Specifies the logging level, as a number, with which to run pegleg. The +available levels are as follows: + +* 10 (DEBUG) +* 20 (INFO) +* 30 (WARNING) +* 40 (ERROR) +* 50 (CRITICAL) + +The `-v` option will override any logging level specified in favor of DEBUG. + .. _repo-group: Repo Group