using std logging instead of loguru

This commit is contained in:
Mose Mueller
2023-10-18 15:41:46 +02:00
parent 20a035afe8
commit af9e44e373
5 changed files with 9 additions and 4 deletions

View File

@@ -2,7 +2,6 @@ from pathlib import Path
from typing import Literal, Optional
from confz import BaseConfig, EnvSource, FileSource
from loguru import logger
from pydantic import AnyUrl, SecretStr
# Retrieve the name of the current package