How can I set the logging level for Android and iO...
# kotlin-logging
s
How can I set the logging level for Android and iOS? By default, it is set to ‘info’, but I want to change it to ‘debug’. I can’t find any configuration for it
o
if you're using slf4j in android for example like this: https://github.com/oshai/kotlin-logging/wiki#q-how-do-i-set-the-log-level
s
@oshai KotlinLoggingConfiguration is not available in common. Is there any way in common to set it?
o
no, it's supported only on "direct". so I guess in most setups has to be set per platform