diff options
author | Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com> | 2018-04-10 15:16:37 +0530 |
---|---|---|
committer | Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com> | 2018-04-16 19:17:01 +0530 |
commit | 00869832d95abaa7626331c35c9b39afade818df (patch) | |
tree | 6d8d84d8055128bb2cd95c5658521f3f66e1d6c7 /deployment/zip/src | |
parent | 29a4e904cad012a1ba8bf8ca2c1e7961c3492fac (diff) |
Set logging level to INFO by default
Issue-ID: CLI-100
Change-Id: I7acab8c07685207bc6d2357a8ed5151c829d5b3b
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Diffstat (limited to 'deployment/zip/src')
-rw-r--r-- | deployment/zip/src/main/release/conf/log4j.properties | 2 |
1 files changed, 1 insertions, 1 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 |