commit | f598628c6fa2594dd5089d9c37220ba03ebe515c | [log] [tgz] |
---|---|---|
author | Robin Thellend <rthellend@google.com> | Fri Feb 13 11:01:03 2015 -0800 |
committer | Robin Thellend <rthellend@google.com> | Fri Feb 13 11:01:06 2015 -0800 |
tree | ed454f82f408222d7ebf4e64c724b521879926cc | |
parent | d61c1c08da0a1ddac9c0267ec32cb6b386960e36 [diff] |
veyron/services/mgmt/device/impl: Clean up logs Set --log_dir on deviced so that the log files are written to the correct log directory instead of /tmp. Remove the "tee" hack that forked stdout and stderr. Instead, look for a special env variable to decide if stdout and stderr should be redirected or not. In general, they should always be redirected to files. The only exception is for tests. Change-Id: I84d7c7ffb36e583e343016e1b6be55b148c26204