Hello, where can I find the logs created by using ...
# ksp
g
Hello, where can I find the logs created by using
environment.logger
?
t
Same as compiler error/warning/info. If invoking from Gradle, they should be printed to terminal / stdout. Like Gradle or compiler's log, they are subject to Gradle's filtering, though. So you may need to pass --info if the level is less than warning.
and the current implementation has a limitation that when error or warning is present, info will be suppressed. This is resolved recently and will be available in next release, scheduled in next week.