OpenIxia / IxNetwork

A central location for IxNetwork sample scripts and utilities. Please also visit http://openixia.com
MIT License
50 stars 59 forks source link

RestPy: Do not modify global logging configuration #25

Closed iwanb closed 5 years ago

iwanb commented 5 years ago

The TestPlatform class creates logging handles and modifies the root logger. This should be left to the users of the API instead (or at least be optional).

We (want to) use the API from our test framework which already handles logging configuration. ATM I would need to duplicate the TestPlatform class to work around this.

Regards, Iwan

hubertgee commented 5 years ago

Hi iwanb,

This is fixed. Please get update via pip.

Thanks, Hubert