Dmitry

Results 4 issues of Dmitry

Показывает что на текущий день присутствует перерасход. Призыв следить за тратами по категории

Saw some unwanted behavior when we have some parent with specific filters like: ```ts [{ category: "my-app", sinks: ["a"], }, { category: ["my-app", "with_level_with_filters"], level: "info", filters: ["someSpecificFilter"], }, {...

This PR is based on #21 and has only last commit as difference Here we can use like this ```ts getLogger(['app', ['deep', ['nested', ['string', ['array']]]]]) === getLogger(['app', 'deep', 'nested', 'string',...