Hi, i want to know if we can disable kermit logger...
# touchlab-tools
s
Hi, i want to know if we can disable kermit logger on release or production builds in compose multiplatform for all platforms? We only need logging on debug build is that possible?
r
Kermit has no knowledge of whether you're running a debug or release build, but if you have a different way to detect that then you can certainly pass different configuration depending on build type.