diff options
author | kong wei <kong.wei2@zte.com.cn> | 2017-03-04 16:24:21 +0000 |
---|---|---|
committer | kong wei <kong.wei2@zte.com.cn> | 2017-03-04 16:25:00 +0000 |
commit | 67f7f9461efb4d37b266b0f7c5335ed3324be651 (patch) | |
tree | a95af596e4e29a7251a95d58f373da6b7465f026 | |
parent | 74c631c6dae08d463f0d4c3953a1addcb187d090 (diff) |
There is warning message:
Option "verbose" from group "DEFAULT" is deprecated for removal. Its value may be silently ignored in the future.
So it should be removed from config file.
Change-Id: I14319063bb6f7f68ce96998549299506f4661957
Signed-off-by: Kong Wei<kong.wei2@zte.com.cn>
-rw-r--r-- | api/etc/escalator-api.conf | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/api/etc/escalator-api.conf b/api/etc/escalator-api.conf index 5287777..c26db34 100644 --- a/api/etc/escalator-api.conf +++ b/api/etc/escalator-api.conf @@ -1,7 +1,6 @@ [DEFAULT] # Show more verbose log output (sets INFO log level output) #verbose = False -verbose = True # Show debugging output in logs (sets DEBUG log level output) #debug = False |