diff --git a/examples/postly/lib/main.dart b/examples/postly/lib/main.dart index 968bfeb..c17432b 100644 --- a/examples/postly/lib/main.dart +++ b/examples/postly/lib/main.dart @@ -7,6 +7,7 @@ import 'di/app_module.dart'; void main() { // Включаем cycle-detection только в debug/test if (kDebugMode) { + CherryPick.setGlobalLogger(PrintLogger()); CherryPick.enableGlobalCycleDetection(); CherryPick.enableGlobalCrossScopeCycleDetection(); }