adulau / Forban

Forban is a p2p application for link-local and local area networks. Forban works independently from the Internet and uses only the local area capabilities to announce, discover, search or share files. Forban relies on HTTP and it is "opportunistic".
http://www.foo.be/forban/
134 stars 24 forks source link

Have a --foreground option of command line #2

Open arthurlutz opened 13 years ago

arthurlutz commented 13 years ago

It would be nice to have a ./bin/forbanctl --foreground so as to watch what is going on.

adulau commented 13 years ago

Good idea. I will add this in the next days.

For the time being, if you want to see what's going on, you can do a tail -f ./var/log/* in the Forban log directory.

Thank you.