mirror of
https://github.com/status-im/PyGithub.git
synced 2026-08-31 19:01:15 +00:00
PyGithub is now a public projects with several public contibutors, I have to abandon my very personal coding conventions.
6 lines
74 B
Python
6 lines
74 B
Python
import logging
|
|
|
|
|
|
def get_logger():
|
|
return logging.getLogger('github')
|