Lot of new ideas defined in configuration files and tons of refactoring.

This commit is contained in:
Johannes Findeisen 2022-09-28 02:04:50 +02:00
commit 3de67966f4
49 changed files with 307 additions and 76 deletions

View file

@ -20,8 +20,8 @@ OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
"""
from logging import getLogger
from linspector.core.daemon import Daemon
logger = getLogger('linspector')