Hi,
Any kind of logging that works in Authoring can also be activated in public. It’s just a matter of adjusting your log4j configuration, or activating things like the audit logs.
https://documentation.magnolia-cms.com/display/DOCS62/Audit
Regards from Vienna,
Richard
Richard Unger
Land-, forst- und wasserwirtschaftliches Rechenzentrum GmbH
Telefon: +43 (650) 9463216
--
You received this message because you are subscribed to the Google Groups "Magnolia User Mailing List" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
user-list+...@magnolia-cms.com.
To view this discussion on the web, visit
https://groups.google.com/a/magnolia-cms.com/d/msgid/user-list/f62e18bc-777e-4f0d-84f2-3729a514ee80n%40magnolia-cms.com.
Hi Vishal,
That is correct, the public instances are their own thing. They could be installed in the same tomcat as the author instance, but usually they have their own servers.
In any case each instance (each public and author) have their own set of log-files. It’s all configured via log4j2, but even if you change the configuration the separate instances cannot log to the same files.
In any kind of larger deployment I would *strongly* recommend to include a solution like graylog or splunk (or stackdriver or equivalent if running in a cloud), which let you concentrate the logs from the different instances into one searchable database.
Regards from Vienna,
Richard