Skip to content

Commit 3ca517a

Browse files
committed
add log level
1 parent 6ebe7cd commit 3ca517a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

cluster/calcium/create_container.go

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ import (
2222
// Use specs and options to create
2323
// TODO what about networks?
2424
func (c *calcium) CreateContainer(specs types.Specs, opts *types.DeployOptions) (chan *types.CreateContainerMessage, error) {
25+
log.Debugf("Deploy container with specs %v, deploy options %v", specs, opts)
2526
if c.config.ResourceAlloc == "scheduler" {
2627
return c.createContainerWithScheduler(specs, opts)
2728
} else {

core.yaml.sample

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ scheduler:
2929
syslog:
3030
address: "udp://localhost:5111"
3131
facility: "daemon"
32-
format: "[rfc5424|rfc5424micro|rfc3164]"
32+
format: "rfc5424"

0 commit comments

Comments
 (0)