Log files | Community
Skip to main content
New Participant
April 18, 2022
Solved

Log files

  • April 18, 2022
  • 3 replies
  • 2850 views

1)From which AEM Web Console should the developer access and download full AEM Log Files?
A. Web Console -> System Information
B. Status -> Log files
C. OSGI -> Sing Log Service
D. AEM -> Log files

 

 

2)A developer installs the latest Service pack to a local AEM author instance.
How should the developer install this package on the publish instance?
A. Use upload/install from OSGi console of the author instance
B. Replicate from package manager of publish instance
C. Use upload/install from OSGi console of publish instance
D. Replicate from package manager of the author instance

 

which one is the correct answer?

 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Anmol_Bhardwaj

1.  B. Status -> Log files

You can go though the steps in the options, and you would only find full log files when you go to  Status -> Log files

2. D. Replicate from package manager of the author instance

You cannot install SP package or any packages (.zip) through OSGi, only bundles (.jar)

Replicate is the package equivalent of publish. 

3 replies

Bhuwan_B
New Participant
April 18, 2022

@vishal_s01 Please follow the below article for downloading AEM Logs:

https://www.linkedin.com/pulse/adobe-daycare-ticket-package-aem-log-files-bhuwan-bhaskar/

 

Adding on top of what @anmol_bhardwaj & @debal_das answered for your second query If you are upgrading Service Pack for Production Publish (with multiple publishers). Replicating Service Pack forces all publish to install it at the same time and it will affect your live web traffic. To have better control, in your Production environment you can install Service Pack par Publish.

Referencehttps://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/latest-service-pack-upgrades-to-aem-publish-instances/m-p/358562

 

New Participant
April 18, 2022

Thanks, @bhuwan_b 

DEBAL_DAS
New Participant
April 18, 2022
New Participant
April 18, 2022

Thanks, @debal_das 

Anmol_Bhardwaj
Anmol_BhardwajAccepted solution
New Participant
April 18, 2022

1.  B. Status -> Log files

You can go though the steps in the options, and you would only find full log files when you go to  Status -> Log files

2. D. Replicate from package manager of the author instance

You cannot install SP package or any packages (.zip) through OSGi, only bundles (.jar)

Replicate is the package equivalent of publish. 

New Participant
April 18, 2022

Thanks, to @anmol_bhardwaj