Skip to content

Commit d6d6f0e

Browse files
author
Alan Christie
committed
Attempt to fix logging
1 parent b5c9df5 commit d6d6f0e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

operator/handlers.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,6 @@ def configure(settings: kopf.OperatorSettings, **_):
9595
# Here we adjust the logging level
9696
settings.posting.level = logging.INFO
9797

98-
logging.info('Startup _POD_PRE_DELETE_DELAY_S=%s', _POD_PRE_DELETE_DELAY_S)
99-
10098

10199
@kopf.on.create("squonk.it", "v1alpha3", "jupyternotebooks", id="jupyter")
102100
def create(name, uid, namespace, spec, **_):

0 commit comments

Comments
 (0)