changeset 4025:44abce96ac6b

component AP gateway: revert forgotten verbose mode
author Goffi <goffi@goffi.org>
date Thu, 23 Mar 2023 17:08:41 +0100
parents 4941cd102f93
children fe4725bf42fb
files sat/plugins/plugin_comp_ap_gateway/__init__.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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