Skip to content

Commit

Permalink
Avoid printing INFO level log messages while running healthcheck tool
Browse files Browse the repository at this point in the history
Signed-off-by: Dinesh Prasanth M K <dmoluguw@redhat.com>
  • Loading branch information
SilleBille committed May 22, 2020
1 parent c51fd2b commit 770c34f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions base/server/healthcheck/pki/server/healthcheck/meta/plugin.py
Expand Up @@ -10,6 +10,9 @@
from ipahealthcheck.core.plugin import Plugin, Registry
from pki.server.instance import PKIInstance

import logging

logging.getLogger().setLevel(logging.WARNING)

class CSPlugin(Plugin):
def __init__(self, registry):
Expand Down

0 comments on commit 770c34f

Please sign in to comment.