TylerConlee / slab

Slack bot monitoring upcoming SLA breaches in Zendesk
GNU General Public License v3.0
14 stars 3 forks source link

comment out reportcaller #507

Closed TylerConlee closed 4 years ago

TylerConlee commented 4 years ago

In the slab log files, each line is prefixed with the filename and line number of the function that called the log. The idea was that we could see where in the app was reporting based on the line numbers. The problem is that it's showing the line numbers of the functions in the log package, rather than the functions that are calling it.