aemc
aemc copied to clipboard
Auto-troubleshooting on wrong instance settings
when bad jvm opts are specified e.g bad go tpl delimiter is used then the only way to figure out why AEM is not starting / is not reachable so long it to preview stdout.log

GAP is smarter now as it is after some timeout printing last lines of that log file automatically. AEMC could too.
it could also be a part of timeout checker in AEMC after some refactoring https://github.com/wttech/gradle-aem-plugin/blob/main/src/main/kotlin/com/cognifide/gradle/aem/common/instance/check/TimeoutCheck.kt#L31