Created
March 24, 2019 08:16
-
-
Save guillermo-carrasco/cf7ff35a18e7c31c5016fa9290dc0e88 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import logging | |
parent_log = logging.getLogger('parent') | |
child_1 = logging.getLogger('parent.child_1') | |
child_2 = logging.getLogger('parent.child_2') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment