mesosphere / chaos

A lightweight framework for writing REST services in Scala.
Apache License 2.0
250 stars 36 forks source link

Remove the line number in logging statements (it is very expensive) #44

Closed aquamatthias closed 9 years ago

aquamatthias commented 9 years ago

and replace with calling thread.

Quote from the javadoc:

WARNING Generating caller location information is extremely slow and should be avoided unless execution speed is not an issue.

gkleiman commented 9 years ago

:+1: