In this Python Logging Tutorial we will learn how to log messages in Python. DON’T use Print for logging as there are many disadvantages to using print which we will uderstand in this logging tutorial. We will understand about Python logging and how we can use Python logging module to log messages. We will also understand about the advantages of using logging module over print statement in python.