mike01 / pypacker

:package: The fastest and simplest packet manipulation lib for Python
GNU General Public License v2.0
252 stars 46 forks source link

Remove logger initialization. #24

Closed Qeeker closed 7 years ago

Qeeker commented 7 years ago

The user of the library is responsible for logger initialization. If initialization is made from library than import pypacker cause that the logger contains a handler which user cannot control. Eventually, it can leads to uncontrolled logger output.

mike01 commented 7 years ago

thx, changed root logger config to pypacker specific config.