Debug level logging to file

Does Gradle still not allow DEBUG level logging to a log file, while retaining normal INFO/QUIET level logging to the console?

In older versions (where logback was used), this could be reached by adding a new appender to LogbackLoggingConfigurer, but now I see that is removed, and logging is refactored completely. Is there an easy way to do this with the new logging facades?

Thanks!