The ability to turn on or off specific features of this mod is something people request quite often.
unfortunately, the way I wrote this mod wasn't exactly... Organised. If you look in some mods like bobpower where there are options to turn things on and off, you'll notice that each type of entity has its own set of files. Everything for that entity is within those files, and not outside of it.
The same can not be said for Logistics. Some things might seem to have their own file, but the main killer is that if you look at the recipe-updates file, not only does it contain reference pretty much everything in the mod, but its organised by ingredient, not by recipe. This basically means I'd need to go through it line by line and split it up. Very time consuming. Then I'd have to check everything else to make sure I didn't do the same.
It's on my to do list, but because of the amount of time it would take, its been put off in favor of other things. like bugfixes and new features.