commit | 8bf2b7931654101c79afea62b588ff79c3afbe6a | [log] [tgz] |
---|---|---|
author | Sergey Vilgelm <sergey@vilgelm.info> | Mon Aug 10 15:46:27 2015 +0300 |
committer | Sergey Vilgelm <sergey@vilgelm.info> | Mon Aug 10 15:52:26 2015 +0300 |
tree | aee9b810814745b043aa7a43561a020d8272877d | |
parent | 1eedd9ac1c185dbcab2ae48cc3d60f2f309f232e [diff] |
Use oslo.log library instead of system logging module The constants of log levels were added in the 1.8 version of the oslo.log library. So we can replace all usage of system logging module with log module from oslo.log. Change-Id: I2992df0bec6337aefa8a75d4853b132bd134fa42 Closes-Bug: 1481370