create log file during logger initialization 25/57125/1
authorPeriyasamy Palanisamy <periyasamy.palanisamy@ericsson.com>
Mon, 7 May 2018 13:17:21 +0000 (15:17 +0200)
committerPeriyasamy Palanisamy <periyasamy.palanisamy@ericsson.com>
Mon, 7 May 2018 14:39:44 +0000 (14:39 +0000)
commitbb3a70fc7b8b8c880f86b7853568d61e308a9063
tree1823132bdbf570a4bb6f03b505d8d93a13080200
parenta4324f3d10e97321a1d6fd8b4ee1dcd48a912b7b
create log file during logger initialization

Currently the log messages from utils and openstack_utils
python modules are not logged into bgpvpn.log. This is
because this file is created during SDNVPN Feature
initialization. So creating this file during logger
initialization itself.

Change-Id: I538acdfb2119f1eaa562f61dac3b6bf7c3a58e41
Signed-off-by: Periyasamy Palanisamy <periyasamy.palanisamy@ericsson.com>
(cherry picked from commit c1e5aafd5b5984b995d3ac6c74703e6a8be6e38b)
sdnvpn/lib/logutil.py