NIFI-297:
- Fixed name of the nifi user log.

Project: http://git-wip-us.apache.org/repos/asf/incubator-nifi/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-nifi/commit/94b39036
Tree: http://git-wip-us.apache.org/repos/asf/incubator-nifi/tree/94b39036
Diff: http://git-wip-us.apache.org/repos/asf/incubator-nifi/diff/94b39036

Branch: refs/heads/NIFI-250
Commit: 94b39036dc10b025c321cf983dace0a3b9f45196
Parents: b4d07e2
Author: Matt Gilman <[email protected]>
Authored: Mon Feb 2 13:16:34 2015 -0500
Committer: Matt Gilman <[email protected]>
Committed: Mon Feb 2 13:16:34 2015 -0500

----------------------------------------------------------------------
 .../nifi-resources/src/main/resources/conf/logback.xml           | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-nifi/blob/94b39036/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-resources/src/main/resources/conf/logback.xml
----------------------------------------------------------------------
diff --git 
a/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-resources/src/main/resources/conf/logback.xml
 
b/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-resources/src/main/resources/conf/logback.xml
index 5f4e933..42d3353 100644
--- 
a/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-resources/src/main/resources/conf/logback.xml
+++ 
b/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-resources/src/main/resources/conf/logback.xml
@@ -42,7 +42,7 @@
     </appender>
     
     <appender name="USER_FILE" 
class="ch.qos.logback.core.rolling.RollingFileAppender">
-        <file>logs/${project.artifactId}-user.log</file>
+        <file>logs/nifi-user.log</file>
         <rollingPolicy 
class="ch.qos.logback.core.rolling.TimeBasedRollingPolicy">
             <!--
               For daily rollover, use 'user_%d.log'.
@@ -50,7 +50,7 @@
               To GZIP rolled files, replace '.log' with '.log.gz'.
               To ZIP rolled files, replace '.log' with '.log.zip'.
             -->
-            
<fileNamePattern>./logs/${project.artifactId}-user_%d.log</fileNamePattern>
+            <fileNamePattern>./logs/nifi-user_%d.log</fileNamePattern>
             <!-- keep 30 log files worth of history -->
             <maxHistory>30</maxHistory>
         </rollingPolicy>

Reply via email to