79405576

Date: 2025-02-01 19:40:40
Score: 0.5
Natty:
Report link
UserFilter(logging.Filter):
   def filter(self, record) -> bool:
      record.app_name = str(getenv("app_name", "API"))
      return True

The set the env variable anywhere os.environ["app_name"] = "UTI"

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: elyte5star