I understand that, when using xml configuration, you can put a logback-test.xml
under src/test/resources
for test phase logging and logback.xml
under src/main/resources
for main logging.
However, how can I achieve the same thing for groovy configuration? Thank you very much.