Loguru - Simplified Python Logging with Loguru!

Поделиться
HTML-код
  • Опубликовано: 11 сен 2024

Комментарии • 5

  • @user-ce7vu3ct3y
    @user-ce7vu3ct3y Месяц назад +1

    Great content! Thanks for discussing loguru.

  • @tomasohara
    @tomasohara 2 месяца назад

    Very good. I'd recommend keeping the previous example as a comment around rather than deleting right away. (The old examples could be rotated out to reduce clutter.)

  • @meyererik
    @meyererik Месяц назад

    Would love to see it integrated with FastAPI ! Such a great video

  • @derGerlach
    @derGerlach 2 месяца назад

    That was a great tutorial. I have 2 questions. Is there a way to route all exceptions to the logger without annotating every function? How can i use loguru to push the logs to elastic search? Keep it up. Subbed 😊

  • @ahmed_hefnawy
    @ahmed_hefnawy Месяц назад

    what should i do if i want to use two or more diff logger to write in different files, how that instance process handled in LOGURU !