# HG changeset patch # User Goffi # Date 1679587721 -3600 # Node ID 44abce96ac6b18790471f359dfd0b9ccd32df581 # Parent 4941cd102f93f75a801408d7bd6c69bc8381bf02 component AP gateway: revert forgotten verbose mode diff -r 4941cd102f93 -r 44abce96ac6b sat/plugins/plugin_comp_ap_gateway/__init__.py --- a/sat/plugins/plugin_comp_ap_gateway/__init__.py Thu Mar 23 15:43:48 2023 +0100 +++ b/sat/plugins/plugin_comp_ap_gateway/__init__.py Thu Mar 23 17:08:41 2023 +0100 @@ -131,7 +131,7 @@ # 1: log POST objects # 2: log POST and GET objects # 3: log POST and GET objects with HTTP headers for GET requests - verbose = 3 + verbose = 0 def __init__(self, host): self.host = host