Skip to content

Commit

Permalink
update daemon log path host root in container (aws#3982)
Browse files Browse the repository at this point in the history
  • Loading branch information
fierlion committed Oct 25, 2023
1 parent 1391502 commit 6166b6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agent/engine/daemonmanager/daemon_manager_linux.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ const (
ecsAgentLogFileENV = "ECS_LOGFILE"
defaultECSAgentLogPathContainer = "/log"
socketPathHostRoot = "/var/run/ecs"
logPathHostRoot = "/log/ecs/daemons"
logPathHostRoot = "/log/daemons"
)

var mkdirAllAndChown = utils.MkdirAllAndChown
Expand Down

0 comments on commit 6166b6e

Please sign in to comment.