sangoma / switchy

async FreeSWITCH cluster control
https://switchy.readthedocs.io/en/latest/
Mozilla Public License 2.0
69 stars 18 forks source link

Simplify logging #2

Closed vodik closed 9 years ago

vodik commented 9 years ago

Drop all the logging setup and simply do:

logger = logging.getLogger(__name__)

Let whoever is importing switchy setup logging to their own preference instead of hardcoding defaults. (Also drops the colorlogger dependancy).