mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 02:15:43 +03:00
use microsecond granularity
This commit is contained in:
@@ -61,7 +61,7 @@ type Agent struct {
|
||||
func NewAgent(config *Config, logOutput io.Writer) (*Agent, error) {
|
||||
a := &Agent{
|
||||
config: config,
|
||||
logger: log.New(logOutput, "", log.LstdFlags),
|
||||
logger: log.New(logOutput, "", log.LstdFlags|log.Lmicroseconds),
|
||||
logOutput: logOutput,
|
||||
shutdownCh: make(chan struct{}),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user