From 158f55eb7fb24fa26727a008ad44964390171060 Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Sat, 23 Mar 2019 09:52:35 +0100 Subject: cli: Log exit status --- crocoite/cli.py | 1 + 1 file changed, 1 insertion(+) (limited to 'crocoite') diff --git a/crocoite/cli.py b/crocoite/cli.py index 4e64b97..cccf728 100644 --- a/crocoite/cli.py +++ b/crocoite/cli.py @@ -118,6 +118,7 @@ def single (): r = handler[0].stats logger.info ('stats', context='cli', uuid='24d92d16-770e-4088-b769-4020e127a7ff', **r) + logger.info ('exit', context='cli', uuid='9b1bd603-f7cd-4745-895a-5b894a5166f2', status=ret) return ret def parsePolicy (recursive, url): -- cgit v1.2.3