Skip to content

Commit 65aafff

Browse files
jleratJulien Lerat
and
Julien Lerat
authored
Feature/loggerdate2 (#10)
* doc: removed bitbucket pipeline [ci-skip] * chore: moved pipeline and created reduced conda env spec * fix: reduced default logging message --------- Co-authored-by: Julien Lerat <[email protected]>
1 parent af163a2 commit 65aafff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hydrodiy/io/iutils.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ def _log(self, level, msg, args, exc_info=None, extra=None):
133133

134134
def get_logger(name, level="INFO", \
135135
console=True, flog=None, \
136-
fmt="%(asctime)s | %(name)s | %(levelname)s | %(message)s", \
136+
fmt="%(asctime)s | %(levelname)s | %(message)s", \
137137
overwrite=True,
138138
excepthook=True,
139139
no_duplicate_handler=True,\

0 commit comments

Comments
 (0)