This is an automated email from the ASF dual-hosted git repository.

jerrypeng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git


The following commit(s) were added to refs/heads/master by this push:
     new 9d44c44  Update default function log location in function_worker.yaml 
(#8470)
9d44c44 is described below

commit 9d44c44f01a4b753aafe73ffe67448e4c281a9f6
Author: Boyang Jerry Peng <jerry.boyang.p...@gmail.com>
AuthorDate: Thu Nov 12 09:26:10 2020 -0800

    Update default function log location in function_worker.yaml (#8470)
    
    Co-authored-by: Jerry Peng <jer...@splunk.com>
---
 conf/functions_worker.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/conf/functions_worker.yml b/conf/functions_worker.yml
index 51d6f57..ab4ba00 100644
--- a/conf/functions_worker.yml
+++ b/conf/functions_worker.yml
@@ -114,7 +114,7 @@ topicCompactionFrequencySec: 1800
 functionRuntimeFactoryClassName: 
org.apache.pulsar.functions.runtime.process.ProcessRuntimeFactory
 functionRuntimeFactoryConfigs:
     # location of log files for functions
-    logDirectory: /tmp
+    logDirectory: logs/
     # change the jar location only when you put the java instance jar in a 
different location
     javaInstanceJarLocation:
     # change the python instance location only when you put the python 
instance jar in a different location

Reply via email to