Skip to content

Commit c9d85e5

Browse files
author
Roland Hedberg
committed
Added another log handler
1 parent 368c95b commit c9d85e5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/saml2/config.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@
126126
"rotating": logging.handlers.RotatingFileHandler,
127127
"syslog": logging.handlers.SysLogHandler,
128128
"timerotate": logging.handlers.TimedRotatingFileHandler,
129+
"memory": logging.handlers.MemoryHandler,
129130
}
130131

131132
LOG_FORMAT = "%(asctime)s %(name)s:%(levelname)s %(message)s"

0 commit comments

Comments
 (0)