Remove doc that doesn't apply to Journald.

Signed-off-by: David Calavera <david.calavera@gmail.com>
Upstream-commit: f1412f29423def166b0d77e162eec867afc56a8c
Component: engine
This commit is contained in:
David Calavera
2015-08-09 22:12:42 -05:00
parent ad4c7580a8
commit 8adfc237c0
@@ -25,8 +25,7 @@ func init() {
}
// New creates a journald logger using the configuration passed in on
// the context. Supported context configuration variables are
// syslog-address, syslog-facility, & syslog-tag.
// the context.
func New(ctx logger.Context) (logger.Logger, error) {
if !journal.Enabled() {
return nil, fmt.Errorf("journald is not enabled on this host")