You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Title of the talk
Let's dive into logging in Python
Description
In simple term, logging is a way to understand what is going on
inside an application. It can help programmer to understand flow of a
program. With logging, it is easy to constantly look at the flow that
an application going through. If error occurs, logger can provide more
insights like state of application before it arrived to the error line
than only giving trace backs.
The logging module is part of the standard Python library since version
2.3. It is described thoroughly in PEP-282. This session is going to
be talk cum basic tutorial that introduce about logging system in
Python.
Prerequisites
It is necessary that you should have Python basic knowledge. If you
are beginner, feel free to join this meet-up as there are people to
assist you if you need help in learning Python.
It is preferable that you have GNU/Linux powered laptop with Python
installed if you are wiling to get your hands dirty in Python logging
system.
And most important, hunger to learn. 😃
Keel calm and Read the logs.
The text was updated successfully, but these errors were encountered:
Title of the talk
Let's dive into logging in Python
Description
In simple term, logging is a way to understand what is going on
inside an application. It can help programmer to understand flow of a
program. With logging, it is easy to constantly look at the flow that
an application going through. If error occurs, logger can provide more
insights like state of application before it arrived to the error line
than only giving trace backs.
The logging module is part of the standard Python library since version
2.3. It is described thoroughly in PEP-282. This session is going to
be talk cum basic tutorial that introduce about logging system in
Python.
Prerequisites
It is necessary that you should have Python basic knowledge. If you
are beginner, feel free to join this meet-up as there are people to
assist you if you need help in learning Python.
It is preferable that you have GNU/Linux powered laptop with Python
installed if you are wiling to get your hands dirty in Python logging
system.
And most important, hunger to learn. 😃
Keel calm and Read the logs.
The text was updated successfully, but these errors were encountered: