Skip to content

Commit

Permalink
Merge pull request #274 from litl/jbardin-logging
Browse files Browse the repository at this point in the history
Logs were using container name previously
  • Loading branch information
James Bardin committed Oct 30, 2015
2 parents 6627e42 + 823bfa4 commit 208614e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/runtime.go
Original file line number Diff line number Diff line change
Expand Up @@ -718,7 +718,7 @@ func (s *ServiceRuntime) Start(env, pool string, appCfg config.App) (*docker.Con
},
LogConfig: docker.LogConfig{
Type: "syslog",
Config: map[string]string{"syslog-tag": appCfg.Version()},
Config: map[string]string{"syslog-tag": containerName},
},
}

Expand Down

0 comments on commit 208614e

Please sign in to comment.