diff options
Diffstat (limited to 'src/test/resources')
-rw-r--r-- | src/test/resources/application.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/resources/application.properties b/src/test/resources/application.properties index acf64521b..4268ce389 100644 --- a/src/test/resources/application.properties +++ b/src/test/resources/application.properties @@ -110,7 +110,7 @@ async.queue.capacity=500 #For EELF logback file
#com.att.eelf.logging.path=
-com.att.eelf.logging.file=logback-default.xml
+clamp.config.logback.filename=logback-default.xml
#The log folder that will be used in logback.xml file
clamp.config.log.path=log
clamp.config.files.systemProperties=classpath:/system.properties
|