Skip to content
This repository has been archived by the owner on Oct 24, 2023. It is now read-only.

Create logging and error control #136

Open
imjoseangel opened this issue Oct 5, 2021 · 0 comments
Open

Create logging and error control #136

imjoseangel opened this issue Oct 5, 2021 · 0 comments
Assignees

Comments

@imjoseangel
Copy link
Contributor

SUMMARY

Create better logging and error control in kubediff

ISSUE TYPE

  • Refactor

COMPONENT NAME

All main python modules

ADDITIONAL INFORMATION

import logging

logging.basicConfig(format="%(asctime)s - %(message)s",
                        datefmt="%d-%b-%y %H:%M:%S", stream=sys.stdout, level=logging.INFO)
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant