logging: don't use root logger on codeblocks
This commit is contained in:
parent
113e02f1d9
commit
4140f7b4eb
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ plain_text_lexer = get_lexer_by_name(
|
|||
'text', stripall=False, stripnl=False, ensurenl=False)
|
||||
|
||||
|
||||
log = logging.getLogger()
|
||||
log = logging.getLogger(__name__)
|
||||
|
||||
|
||||
def filenode_as_lines_tokens(filenode, lexer=None):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue