env('LOG_CHANNEL', 'single'), 'channels' => [ 'dto' => [ 'driver' => 'single', 'path' => getcwd() . '/logs/dto.log', 'level' => 'debug', 'replace_placeholders' => true, 'formatter' => JsonFormatter::class, ], ], ];