Skip to content

Commit

Permalink
Remove unnecessary logging configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Garulf committed Jan 31, 2024
1 parent 2466255 commit 6cc5c11
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions pyflowlauncher/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
from .result import JsonRPCAction, Result, send_results, ResultResponse
from .method import Method

log_level = os.environ.get("FLOW_LAUNCHER_API_LOG_LEVEL", "INFO")

logger = logging.getLogger(__name__)

Expand All @@ -22,10 +21,3 @@
"JsonRPCAction",
"Method",
]


logging.basicConfig(
level=log_level,
format="%(asctime)s <%(name)s>[%(levelname)s]: %(message)s",
datefmt="%Y-%m-%d %H:%M:%S",
)

0 comments on commit 6cc5c11

Please sign in to comment.