Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
tkknight committed Nov 10, 2023
1 parent 6095be4 commit 902fc7b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions lib/iris/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,21 +52,21 @@ def get_logger(
name
The name of the logger. Typically this is the module filename that
owns the logger.
datefmt
datefmt: optional
The date format string of the :class:`logging.Formatter`.
Defaults to ``%d-%m-%Y %H:%M:%S``.
fmt
fmt: optional
The additional format string of the :class:`logging.Formatter`.
This is appended to the default format string
``%(asctime)s %(name)s %(levelname)s - %(message)s``.
level
level: optional
The threshold level of the logger. Defaults to ``INFO``.
propagate
propagate: optional
Sets the ``propagate`` attribute of the :class:`logging.Logger`,
which determines whether events logged to this logger will be
passed to the handlers of higher level loggers. Defaults to
``False``.
handler
handler: optional
Create and attach a :class:`logging.StreamHandler` to the
logger. Defaults to ``True``.
Expand Down

0 comments on commit 902fc7b

Please sign in to comment.