client: Move driver/logging to logmon/logging

The logging package is used by logmon and the legacy mock_driver. Because the
legacy drivers are going away, I'm moving it here to signify its actual
ownership.
This commit is contained in:
Danielle Tomlinson 2018-11-29 00:25:33 +01:00
parent 04c8851b4c
commit 6b72e96eba
9 changed files with 2 additions and 2 deletions

View File

@ -15,8 +15,8 @@ import (
"github.com/mitchellh/mapstructure"
hclog "github.com/hashicorp/go-hclog"
"github.com/hashicorp/nomad/client/driver/logging"
dstructs "github.com/hashicorp/nomad/client/driver/structs"
"github.com/hashicorp/nomad/client/logmon/logging"
cstructs "github.com/hashicorp/nomad/client/structs"
"github.com/hashicorp/nomad/nomad/structs"
)

View File

@ -7,8 +7,8 @@ import (
"time"
hclog "github.com/hashicorp/go-hclog"
"github.com/hashicorp/nomad/client/driver/logging"
"github.com/hashicorp/nomad/client/lib/fifo"
"github.com/hashicorp/nomad/client/logmon/logging"
)
const (