From 5b2c9796494bb583222c9a4edffb89fb6e454bf8 Mon Sep 17 00:00:00 2001 From: jesopo Date: Mon, 5 Nov 2018 14:16:14 +0000 Subject: "Applying STS policy" should be TRACE, not DEBUG --- modules/sts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/sts.py b/modules/sts.py index d1ac3bb7..a6aca5d3 100644 --- a/modules/sts.py +++ b/modules/sts.py @@ -57,7 +57,7 @@ class Module(ModuleManager.BaseModule): expiration = sts_policy["from"]+sts_policy if not sts_policy["duration"] or time.time() <= ( sts_policy["from"]+sts_policy["duration"]): - self.log.debug("Applying STS policy for '%s'", + self.log.trace("Applying STS policy for '%s'", [str(event["server"])]) event["server"].tls = True event["server"].port = sts_policy["port"] -- cgit v1.3.1-10-gc9f91