gordon-cs / Project-Phoenix

The Electronic Room Condition Inventory
0 stars 0 forks source link

Logging! #188

Closed eanyanwu closed 6 years ago

eanyanwu commented 6 years ago

🔒

I'm logging almost everything that happens in the Services. This will make finding errors during Checkin and Checkout much easier. TIP: In powershell, to find all the lines in the logfile that contain some text, do something like: select-string -pattern "STRING_YOU_WANT_TO_FIND" Log.txt This will be helpful to find all the relevant lines about say, an rci with id 110, or a user with GordonId 50153296

This closes #157

eanyanwu commented 6 years ago

🤔 LGTM