You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2019/05/30 01:18:48 UTC

[GitHub] [incubator-openwhisk-devtools] ddragosd commented on a change in pull request #263: Redirect controller logs to correct location

ddragosd commented on a change in pull request #263: Redirect controller logs to correct location
URL: https://github.com/apache/incubator-openwhisk-devtools/pull/263#discussion_r288826094
 
 

 ##########
 File path: docker-compose/docker-compose.yml
 ##########
 @@ -40,7 +40,7 @@ services:
   # WHISK CONTROLLER
   controller:
     image: ${DOCKER_IMAGE_PREFIX:-openwhisk}/controller
-    command: /bin/sh -c "exec /init.sh 0 >> /home/owuser/controller-local_logs.log 2>&1"
+    command: /bin/sh -c "exec /init.sh 0 >> /logs/controller-local_logs.log 2>&1"
 
 Review comment:
   does the process have access to write in `/logs` actually ?  Alternatively we can do https://github.com/apache/incubator-openwhisk-devtools/pull/259/commits/b9753eb30239345fe6e2f64e6d3e8e2b70025618#diff-cb44929492b826b5b16656db6a5a26a4R76 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services