strip log

This commit is contained in:
Asim Aslam 2020-04-09 10:28:16 +01:00
parent c1ad6d6c7c
commit f2dd091ec0

View File

@ -204,7 +204,6 @@ func (r *runtime) Create(s *Service, opts ...CreateOption) error {
service := newService(s, options)
f, err := os.OpenFile(logFile(service.Name), os.O_APPEND|os.O_CREATE|os.O_WRONLY, 0644)
logger.Info(f, err)
if err != nil {
log.Fatal(err)
}