change logger name

This commit is contained in:
Cort Buffington 2014-09-01 18:58:26 -05:00
parent 4781321c2c
commit 6f08f1f2c4
1 changed files with 1 additions and 1 deletions

View File

@ -251,7 +251,7 @@ dictConfig({
}
}
})
logger = logging.getLogger('dmrlink')
logger = logging.getLogger(__name__)
#************************************************