Skip to content

Commit 7bd98c0

Browse files
authored
Merge pull request #92 from vklochan/skip-list
Added 'stack_info' to the skip_list
2 parents a8be251 + a8f5508 commit 7bd98c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

logstash/formatter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def get_extra_fields(self, record):
2828
'funcName', 'id', 'levelname', 'levelno', 'lineno', 'module',
2929
'msecs', 'msecs', 'message', 'msg', 'name', 'pathname', 'process',
3030
'processName', 'relativeCreated', 'thread', 'threadName', 'extra',
31-
'auth_token', 'password')
31+
'auth_token', 'password', 'stack_info')
3232

3333
if sys.version_info < (3, 0):
3434
easy_types = (basestring, bool, dict, float, int, long, list, type(None))

0 commit comments

Comments
 (0)