Skip to content

Commit

Permalink
Remove setting of the _root_ logger level as this is best done by the…
Browse files Browse the repository at this point in the history
… end user. (#86)

Co-authored-by: Erwin Scholtens <[email protected]>
  • Loading branch information
erwinscholtens and icepython authored May 23, 2024
1 parent 868bf3a commit d469f2a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/mistralai/client_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,6 @@
)
from mistralai.models.chat_completion import ChatMessage, Function, ResponseFormat, ToolChoice

logging.basicConfig(
format="%(asctime)s %(levelname)s %(name)s: %(message)s",
level=os.getenv("LOG_LEVEL", "ERROR"),
)


class ClientBase(ABC):
def __init__(
Expand Down

0 comments on commit d469f2a

Please sign in to comment.