Skip to content

Commit

Permalink
add logging to KubernetesLogFormatter
Browse files Browse the repository at this point in the history
  • Loading branch information
alexboden committed Nov 21, 2024
1 parent b7f6f77 commit 0fc9271
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions KubernetesLogFormatter.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import json
import os
import logging

POD_NAME = os.getenv('POD_NAME', 'unknown-pod')
NAMESPACE = os.getenv('NAMESPACE', 'default')
Expand Down

0 comments on commit 0fc9271

Please sign in to comment.