about summary refs log tree commit diff stats
path: root/logging.go
Commit message (Collapse)AuthorAgeFilesLines
* minor change to checking if logfile closed properly on SIGINTBen Morrison2020-05-061-2/+1
|
* passing logfile close channel as paramBen Morrison2020-05-061-3/+2
|
* using file logging and catching SIGINT to cleanly shut downBen Morrison2020-05-061-0/+24
|
* stubbing out the HTTP serverBen Morrison2020-05-051-0/+23
Right now it won't do much. Working on parsing the request and routing it to the right place.