sbt / sbt-remote-control

Create and manage sbt process using unicorns and forks
Other
74 stars 14 forks source link

Log the .sbtserver/master.log filename in addition to connections/master... #159

Closed havocp closed 10 years ago

havocp commented 10 years ago

....log

This required hoisting the filename up out of ServerEngine to SbtServer so it could be shared. (Should the two "master.log" just be merged? it would be easy to do building on this patch by sharing the logger instead of just this filename. But for now just sharing the filename.)

henrikengstrom commented 10 years ago

LGTM