summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xlorry-controller-webapp4
1 files changed, 4 insertions, 0 deletions
diff --git a/lorry-controller-webapp b/lorry-controller-webapp
index 7d4479c..7a3e3b5 100755
--- a/lorry-controller-webapp
+++ b/lorry-controller-webapp
@@ -138,6 +138,10 @@ class WEBAPP(cliapp.Application):
['gitlab-private-token'],
'private token for GitLab API access')
+ self.settings.boolean(
+ ['publish-failures'],
+ 'make the status page show failure logs from lorry')
+
def find_routes(self):
'''Return all classes that are API routes.