Configuring Archive Manager Explorer logging
Configure logging to keep track of Archive Manager Explorer's activities.
Procedure
- In the root of your Archive Manager Explorer Web application directory, open
tridion.logging.config. - In %TRIDION_HOME%\ArchiveManager\, open Web.config for editing.
- In
tridion.logging.config, in the<specialSources>section, copy the following<listeners>section to your clipboard:<listeners> <!-- <add name="FlatFile TraceListener" /> --> <add name="Tridion EventLog Trace Listener" /> </listeners> - In Web.config, in the XXX section, paste the
<listeners>section from your clipboard. - Uncomment the commented line in this
<listeners>section. - In
tridion.logging.config, in the<loggingConfiguration>section, copy the following<listeners>section to your clipboard:<listeners> <!-- <add fileName/> --> <add EventLog="Tridion" ... /> </listeners> - In Web.config, in the XXX section, paste the
<listeners>section from your clipboard. - Uncomment the commented line in this
<listeners>section and setfileNameto an absolute path location where the Archive Manager Explorer log files are generated. For example:<add fileName="C:\ArchiveManagerExplorer\Logs\Trace.log" ... /> - Save and close Web.config.
- Restart IIS to apply your changes.