You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by je...@apache.org on 2018/10/27 23:23:19 UTC

[pulsar] branch master updated: Change java function instance logs to flush immediately (#2864)

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 fc8873c  Change java function instance logs to flush immediately (#2864)
fc8873c is described below

commit fc8873c6b2a14a28cb88003f3196ee3fe3a5d483
Author: Boyang Jerry Peng <je...@gmail.com>
AuthorDate: Sat Oct 27 16:23:13 2018 -0700

    Change java function instance logs to flush immediately (#2864)
---
 pulsar-functions/runtime/src/main/resources/java_instance_log4j2.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pulsar-functions/runtime/src/main/resources/java_instance_log4j2.yml b/pulsar-functions/runtime/src/main/resources/java_instance_log4j2.yml
index df25367..9846f05 100644
--- a/pulsar-functions/runtime/src/main/resources/java_instance_log4j2.yml
+++ b/pulsar-functions/runtime/src/main/resources/java_instance_log4j2.yml
@@ -44,7 +44,7 @@ Configuration:
       name: RollingFile
       fileName: "${sys:pulsar.function.log.dir}/${sys:pulsar.function.log.file}.log"
       filePattern: "${sys:pulsar.function.log.dir}/${sys:pulsar.function.log.file}-%d{MM-dd-yyyy}-%i.log.gz"
-      immediateFlush: false
+      immediateFlush: true
       PatternLayout:
         Pattern: "%d{HH:mm:ss.SSS} [%t] %-5level %logger{36} - %msg%n"
       Policies:
@@ -72,7 +72,7 @@ Configuration:
       name: BkRollingFile
       fileName: "${sys:pulsar.function.log.dir}/${sys:pulsar.function.log.file}.bk"
       filePattern: "${sys:pulsar.function.log.dir}/${sys:pulsar.function.log.file}.bk-%d{MM-dd-yyyy}-%i.log.gz"
-      immediateFlush: false
+      immediateFlush: true
       PatternLayout:
         Pattern: "%d{HH:mm:ss.SSS} [%t] %-5level %logger{36} - %msg%n"
       Policies: