This message was deleted.
# realm
s
This message was deleted.
c
It should print it to std out. But you can also register a custom logger that write it to your own file. That might make it easier to collect.
d
where and how I can add this custom logger? on the kotlin side? for my iOS app
c
Yes, it is on the Kotlin side.
AppConfiguration.Builder.log()
has a
customLoggers
parameter you can set.