sancau / sherlog

Logs aggregation made easy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

log.exception(e, *args) support

sancau opened this issue · comments

Currently if logging an exception ex: log.exception(e, 'Some comment on log') arguments are ignored by Sherlog. Fix this behavior?