AEM_SERVICE variable erros pollute my log in local SDK
I am running my AEMaaCS local SDK and I keep getting ERROR likecom.adobe.aem.wcm.dataplane.rewriter.MetaTagExternalPageIdTransformer authorSourceLocator is null. AEM_SERVICE env var is missing or malformed
I am starting the AEM instance with
java -jar aem-author-dev-p4502.jar -r author,dev,local
I tried setting
AEM_SERVICE = “author”
environment variable (in addition to other vars I am setting), but it does not help
It may be harmless, but its polluting my logs and is annoying when trying to find real errors.
Whats the proper value to set, to silence this?