Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
'class': 'logging.StreamHandler',
'formatter': 'default',
'stream': 'ext://sys.stdout'
},
'json': {
'class': 'c2cwsgiutils.pyramid_logging.JsonLogHandler',
'stream': 'ext://sys.stdout'
},
},
'formatters': {
'default': {
'format': format_
}
}
})
sentry.init()