During normal operation, we should be keeping logs in $IPFS_DIR/logs/. I think this means we need:
- a config option to specify what level of logging goes to files. (
none, debug, info, ...)
- a backend that writes to both stdout (when needed) and to files (when on)
cc @whyrusleeping