From 6183cefebbc1af8ad1987dc61372d6c2d6a59f6d Mon Sep 17 00:00:00 2001 From: SerenaFeng Date: Tue, 20 Sep 2016 13:58:21 +0800 Subject: add unified logger process for qtip log the output information to both file and console, and unify the log file path and level JIRA: QTIP-108 Change-Id: I3a881e9da1f74c6959250a94f05cf90a231c34e6 Signed-off-by: SerenaFeng --- docker/Dockerfile | 1 + 1 file changed, 1 insertion(+) (limited to 'docker') diff --git a/docker/Dockerfile b/docker/Dockerfile index 2adeba6e..fc0e57c5 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -43,6 +43,7 @@ RUN apt-get install ansible --force-yes -y RUN mkdir -p ${REPOS_DIR} RUN mkdir -p /root/.ssh +RUN mkdir -p /var/log/qtip RUN chmod 700 /root/.ssh #Config ansible -- cgit 1.2.3-korg