Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions debrisframe/c1Ti/c1Ti.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,8 @@
from avaframe.in3Utils import cfgHandling
from avaframe.com1DFA import com1DFA

# create local logger
# change log level in calling module to DEBUG to see log messages
log = logging.getLogger(__name__)
# create local logger under avaframe namespace to use its logging configuration
log = logging.getLogger("avaframe.debrisframe.c1Ti")


def c1TiMain(cfgMain, debrisCfg):
Expand Down