diff options
author | lizi00164331 <li.zi30@zte.com.cn> | 2017-08-10 10:16:34 +0800 |
---|---|---|
committer | lizi00164331 <li.zi30@zte.com.cn> | 2017-08-10 10:16:34 +0800 |
commit | d1225dbb01f0759ef8726fa3ea05ad88c6bf54bc (patch) | |
tree | fadd619629330d91f27ea06a3c87440da512552c /integration/src/main/resources/logback.xml | |
parent | 21d72c4a80fe2937d0c4ddd20624b27adbcd989b (diff) |
Remove the openo tag for esr-gui repository
Remove the openo tag from code and change the file name about openo
Change-Id: I3f3ecfe88824758484e8364ee51d2b9b0e53818a
Issue-ID: AAI-143
Signed-off-by: lizi00164331 <li.zi30@zte.com.cn>
Diffstat (limited to 'integration/src/main/resources/logback.xml')
-rw-r--r-- | integration/src/main/resources/logback.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/integration/src/main/resources/logback.xml b/integration/src/main/resources/logback.xml index bf07d3b..31e6339 100644 --- a/integration/src/main/resources/logback.xml +++ b/integration/src/main/resources/logback.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8" ?> <configuration debug="false" scan="true" scanPeriod="30 seconds"> - <property name="projectName" value="openoui"/> - <property name="logDir" value="../webapps/openoui/openoui_log"/> + <property name="projectName" value="onapui"/> + <property name="logDir" value="../webapps/onapui/onapui_log"/> <property name="maxHistory" value="30"/> <timestamp key="bySecond" datePattern="yyyyMMdd'T'HHmmss"/> |