<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Not Able to Find Audit Trail in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/not-able-to-find-audit-trail/m-p/105735#M29906</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/76783"&gt;@EddieMay&lt;/A&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;i have this configuration in my log4j.properties file on path src\main\docker path but still it not generating log file. I need to add something to it ?&lt;/P&gt;&lt;PRE&gt;log4j.appender.Console=org.apache.log4j.ConsoleAppender
log4j.appender.Console.layout=org.apache.log4j.PatternLayout

# use log4j NDC to replace %x with tenant domain / username
log4j.appender.Console.layout.ConversionPattern=%d{ISO8601} %x %-5p [%c{3}] [%t] %m%n
#log4j.appender.Console.layout.ConversionPattern=%d{ABSOLUTE} %-5p [%c] %m%n

# File appender definition #
log4j.appender.File=org.apache.log4j.DailyRollingFileAppender
log4j.appender.File.File=share.log
log4j.appender.File.Append=true
log4j.appender.File.DatePattern='.'yyyy-MM-dd
log4j.appender.File.layout=org.apache.log4j.PatternLayout
log4j.appender.File.layout.ConversionPattern=%d{yyyy-MM-dd} %d{ABSOLUTE} %-5p [%c] [%t] %m%n&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;Please do guide me out.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Piyush&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 09 Sep 2020 10:41:40 GMT</pubDate>
    <dc:creator>piyush48</dc:creator>
    <dc:date>2020-09-09T10:41:40Z</dc:date>
    <item>
      <title>Not Able to Find Audit Trail</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/not-able-to-find-audit-trail/m-p/105732#M29903</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I am unable to Find Audit Logs or Audit Trail though my audit.enabled=true. If someone could guide me how can i view audit trail for my application. Also path where can i get this. I have gone through documentation but unable to view logs as mentioned in it.&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Piyush.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Aug 2020 07:28:14 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/not-able-to-find-audit-trail/m-p/105732#M29903</guid>
      <dc:creator>piyush48</dc:creator>
      <dc:date>2020-08-21T07:28:14Z</dc:date>
    </item>
    <item>
      <title>Re: Not Able to Find Audit Trail</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/not-able-to-find-audit-trail/m-p/105733#M29904</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/80057"&gt;@piyush48&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have you looked for audit entries in alfresco.log?&lt;/P&gt;
&lt;P&gt;HTH&lt;/P&gt;</description>
      <pubDate>Mon, 24 Aug 2020 15:40:18 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/not-able-to-find-audit-trail/m-p/105733#M29904</guid>
      <dc:creator>EddieMay</dc:creator>
      <dc:date>2020-08-24T15:40:18Z</dc:date>
    </item>
    <item>
      <title>Re: Not Able to Find Audit Trail</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/not-able-to-find-audit-trail/m-p/105734#M29905</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/76783"&gt;@EddieMay&lt;/A&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;I am using SDK 4.1 Enterprise Edition and wasnt able to get alfresco.log file. I also tried to use&amp;nbsp;log4j.appender.File.File=Filename.log but wasnt able to find Filename.log file anywhere in my system.&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Piyush&lt;/P&gt;</description>
      <pubDate>Tue, 08 Sep 2020 12:28:09 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/not-able-to-find-audit-trail/m-p/105734#M29905</guid>
      <dc:creator>piyush48</dc:creator>
      <dc:date>2020-09-08T12:28:09Z</dc:date>
    </item>
    <item>
      <title>Re: Not Able to Find Audit Trail</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/not-able-to-find-audit-trail/m-p/105735#M29906</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/76783"&gt;@EddieMay&lt;/A&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;i have this configuration in my log4j.properties file on path src\main\docker path but still it not generating log file. I need to add something to it ?&lt;/P&gt;&lt;PRE&gt;log4j.appender.Console=org.apache.log4j.ConsoleAppender
log4j.appender.Console.layout=org.apache.log4j.PatternLayout

# use log4j NDC to replace %x with tenant domain / username
log4j.appender.Console.layout.ConversionPattern=%d{ISO8601} %x %-5p [%c{3}] [%t] %m%n
#log4j.appender.Console.layout.ConversionPattern=%d{ABSOLUTE} %-5p [%c] %m%n

# File appender definition #
log4j.appender.File=org.apache.log4j.DailyRollingFileAppender
log4j.appender.File.File=share.log
log4j.appender.File.Append=true
log4j.appender.File.DatePattern='.'yyyy-MM-dd
log4j.appender.File.layout=org.apache.log4j.PatternLayout
log4j.appender.File.layout.ConversionPattern=%d{yyyy-MM-dd} %d{ABSOLUTE} %-5p [%c] [%t] %m%n&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;Please do guide me out.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Piyush&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Sep 2020 10:41:40 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/not-able-to-find-audit-trail/m-p/105735#M29906</guid>
      <dc:creator>piyush48</dc:creator>
      <dc:date>2020-09-09T10:41:40Z</dc:date>
    </item>
    <item>
      <title>Re: Not Able to Find Audit Trail</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/not-able-to-find-audit-trail/m-p/105736#M29907</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/80057"&gt;@piyush48&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I think your log settings are not correct. "Filename.log" won't exist - "Filename" is a placeholder for the real log file on your system. Try something like:&lt;/P&gt;
&lt;PRE&gt;log4j.appender.File.File=/var/log/alfresco/alfresco.log &lt;/PRE&gt;
&lt;P&gt;where the "/var/log/alfresco/" is the path to where you aflresco log file is.&lt;/P&gt;
&lt;P&gt;HTH&lt;/P&gt;</description>
      <pubDate>Wed, 09 Sep 2020 11:09:24 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/not-able-to-find-audit-trail/m-p/105736#M29907</guid>
      <dc:creator>EddieMay</dc:creator>
      <dc:date>2020-09-09T11:09:24Z</dc:date>
    </item>
    <item>
      <title>Re: Not Able to Find Audit Trail</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/not-able-to-find-audit-trail/m-p/105737#M29908</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/76783"&gt;@EddieMay&lt;/A&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Thanks for the help but it didnt generate audit log anywhere. I have a project with name alfresco.contentservice and in that folder ankert-acs and in that all the folders like platform,share etc folders are there. I want logs file inside ankert-acs. Like we do use to get in community edition. I dont know why it is not generating logs though audit is enabled. I have given my configuration of log4j.properties file above.&lt;/P&gt;&lt;P&gt;Please guide me out.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Piyush.&lt;/P&gt;</description>
      <pubDate>Wed, 09 Sep 2020 13:18:41 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/not-able-to-find-audit-trail/m-p/105737#M29908</guid>
      <dc:creator>piyush48</dc:creator>
      <dc:date>2020-09-09T13:18:41Z</dc:date>
    </item>
  </channel>
</rss>

