perrig / scionlab

Software for supporting SCIONLab
Apache License 2.0
3 stars 7 forks source link

bwtester expects the log file logs/bwtester.log to exist #23

Closed hausheer closed 6 years ago

hausheer commented 6 years ago

If the log file logs/bwtester.log doesn't exist, the bwtester fails:

go run bwtestserver.go -s 3-1034,[127.0.0.1]:30100 panic: open logs/bwtester.log: no such file or directory

It would be nice to specify the log path in a config file.

FR4NK-W commented 6 years ago

Good point Addressed in #24 Directly using scionproto liblog would be the other option

hausheer commented 6 years ago

Thanks that works for me.