diff options
author | subhash kumar singh <subhash.kumar.singh@huawei.com> | 2018-04-18 06:10:17 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-04-18 06:10:17 +0000 |
commit | 3fd14ba470bee167f01e2c29be02607085220044 (patch) | |
tree | 3249775cf929d982151dd48a9d51ec92c8caf10a /deployment/zip/src/main/release/conf | |
parent | eda59089e0d05bac852093c24db6dc34e4c0c89d (diff) | |
parent | 60de9607d95ed3c0733e2dac436cc39da1d13289 (diff) |
Merge changes Ib986931f,I3abfe1a5,I2df477bb,Iae51b3c6,Id22e629a, ...
* changes:
Update OCLIP commands details
Update the architecture document with cache
Remove unused images in docs
Add onap cmd alias in CLI docker
Set CLI version to 2.0.0
Set logging level to INFO by default
Add onap cmd alias to oclip
Disable debug while starting cli in ALL mode
Diffstat (limited to 'deployment/zip/src/main/release/conf')
-rw-r--r-- | deployment/zip/src/main/release/conf/log4j.properties | 2 | ||||
-rw-r--r-- | deployment/zip/src/main/release/conf/open-cli.properties | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/deployment/zip/src/main/release/conf/log4j.properties b/deployment/zip/src/main/release/conf/log4j.properties index f117ef6e..a0324a9b 100644 --- a/deployment/zip/src/main/release/conf/log4j.properties +++ b/deployment/zip/src/main/release/conf/log4j.properties @@ -1,4 +1,4 @@ -log4j.rootLogger=ERROR, file +log4j.rootLogger=INFO, file # Redirect log messages to a log file, support file rolling. log4j.appender.file=org.apache.log4j.RollingFileAppender diff --git a/deployment/zip/src/main/release/conf/open-cli.properties b/deployment/zip/src/main/release/conf/open-cli.properties index 9b5bceeb..2d68edf8 100644 --- a/deployment/zip/src/main/release/conf/open-cli.properties +++ b/deployment/zip/src/main/release/conf/open-cli.properties @@ -1,5 +1,5 @@ cli.product_name=open-cli -cli.version=1.0 +cli.version=2.0.0 cli.discover_always=false |