Fix problem that -log_dir will not be respected when anything is logged before flag.Parse().

Before this change, premature logging resulted into log files being put in the default location (e.g. /tmp), but not the one specified by the log_dir flag.

After this change, premature logging will not result into the creation of the log files yet. Instead, the log message will be printed to stderr.
1 file changed
tree: e32ed501b5234e923a509e0c2c721c55b236f9c3
  1. glog.go
  2. glog_file.go
  3. glog_test.go
  4. LICENSE
  5. README