Hello,
I would like to turn on AOS logging in AX 2012. To be more specific, I would like to log every activity from the AOS in a trace-mode manner and dump the activity into a log file.
I'm facing an error where the AOS crashes unexpectedly and our system is not producing any logs. The crash happens when loading an SSRS report in Visual Studio.
Does anyone know how to accomplish this?
I have modified this config file and restarted the AOS:
C:\Program Files\Dynamics AX\Microsoft Dynamics AX\60\Server\<AOS_instance_name>\Bin\Ax32Serv.exe.config
<trace autoflush="true" indentsize="4"> <listeners> <add name="TextWriterListener" type="System.Diagnostics.TextWriterTraceListener" initializeData="C:\Temp\trace.webinfo" /> </listeners> </trace>
I'm not seeing any logs in any log directory. For example, C:\Program Files\Dynamics AX\Microsoft Dynamics AX\60\Server\Log\ nor any logs in C:\Program Files\Dynamics AX\Microsoft Dynamics AX\60\Server\<AOS_instance_name>\bin\Application\log
*This post is locked for comments