summaryrefslogtreecommitdiffstats
path: root/grpc/grpc-client
diff options
context:
space:
mode:
Diffstat (limited to 'grpc/grpc-client')
-rw-r--r--grpc/grpc-client/pom.xml2
-rw-r--r--grpc/grpc-client/src/main/resources/log4j2.properties4
2 files changed, 3 insertions, 3 deletions
diff --git a/grpc/grpc-client/pom.xml b/grpc/grpc-client/pom.xml
index 0b4adfe1..461a0402 100644
--- a/grpc/grpc-client/pom.xml
+++ b/grpc/grpc-client/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>org.onap.cli</groupId>
<artifactId>oclip-grpc</artifactId>
- <version>5.0.1</version>
+ <version>5.0.2-SNAPSHOT</version>
</parent>
<artifactId>oclip-grpc-client</artifactId>
<name>oclip/grpc/client</name>
diff --git a/grpc/grpc-client/src/main/resources/log4j2.properties b/grpc/grpc-client/src/main/resources/log4j2.properties
index 9ccd2266..6b6838cc 100644
--- a/grpc/grpc-client/src/main/resources/log4j2.properties
+++ b/grpc/grpc-client/src/main/resources/log4j2.properties
@@ -43,8 +43,8 @@ appender.stdout.layout.pattern=%d{yyyy-MM-dd HH:mm:ss} %-5p %c{1}:%L - %m%n
# Redirect log messages to a log file, support file rolling.
appender.file.type = RollingFile
appender.file.name = RollingFile
-appender.file.fileName=${env:OPEN_CLI_HOME}/logs/open-cli.log
-appender.file.filePattern=${env:OPEN_CLI_HOME}/logs/open-cli.%d{yyyy-MM-dd-HH:mm:ss}.log
+appender.file.fileName=${env:OPEN_CLI_HOME:-.}/logs/open-cli.log
+appender.file.filePattern=${env:OPEN_CLI_HOME:-.}/logs/open-cli.%d{yyyy-MM-dd-HH:mm:ss}.log
appender.file.append=true
appender.file.policies.type=Policies
appender.file.policies.size.type=SizeBasedTriggeringPolicy