I have tried to edit the dmx:panel control in the details.ascx file. I set the ViewPermission="true" instead of "Admin". But, once I change that, nobody can view the log entry including the SuperUser as well. I am wondering whether I miss something here?
<dmx:dmxpanel runat="server" id="tstPanel" ViewPermission="true">
<%=DotNetNuke.Services.Localization.Localization.GetString("Log", LocalResourceFile)%>
<dmx:log runat="server" id="ctlLog" />