Results 1 to 6 of 6
  1. #1
    Join Date
    Feb 2004
    Posts
    1,774
    Plugin Contributions
    14

    Default Disable Admin Activity log

    Is there an option to turn off logging for Admin activity? It seems only a useful feature if you have a lot of hands in the cookie jar, not for single admins. It only leaves me with massive backup sql files

  2. #2
    Join Date
    Jan 2004
    Posts
    66,444
    Plugin Contributions
    279

    Default Re: Disable Admin Activity log

    It is present for compliance with requirements of credit card merchants ... in summary, the terms state that there must be an audit trail to determine who has had access to what customer data. This information is only used in the event an audit is needed, primarily for security or fraud investigation, etc.

    A purge option is provided in Admin->Tools->Store Manager. One click empties the table.



    You could disable it on a development site that never contains any customer data related to any real people, simply by commenting out the line that inserts the new record into the table.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  3. #3
    Join Date
    Feb 2004
    Posts
    1,774
    Plugin Contributions
    14

    Default Re: Disable Admin Activity log

    But if you are purging it anyway every 2 months.. then an Audit at the exact moment you purge it, or one that wants to know about data 3 months ago... you'd be in the same boat of not having it at all.

  4. #4
    Join Date
    Jan 2004
    Posts
    66,444
    Plugin Contributions
    279

    Default Re: Disable Admin Activity log

    Quote Originally Posted by qhome
    But if you are purging it anyway every 2 months.. then an Audit at the exact moment you purge it, or one that wants to know about data 3 months ago... you'd be in the same boat of not having it at all.
    Right. Thus, backups are important.

    To the point of your original question ... yes, you can disable it by commenting out the code that does the insertion.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  5. #5
    Join Date
    Mar 2005
    Location
    Helsinki
    Posts
    570
    Plugin Contributions
    0

    Default Re: Disable Admin Activity log

    if someone can give a quick guide what to comment out please do!! pleeeease?

  6. #6
    Join Date
    Jan 2004
    Posts
    66,444
    Plugin Contributions
    279

    Default Re: Disable Admin Activity log

    /admin/includes/init_includes/init_admin_history.php
    there's a zen_db_perform() function call that does the writing of data to the database.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

 

 

Similar Threads

  1. Replies: 3
    Last Post: 28 Aug 2014, 02:23 PM
  2. v151 Admin activity log - only shows todays log
    By kitcorsa in forum General Questions
    Replies: 1
    Last Post: 21 Jan 2014, 04:52 PM
  3. Admin Activity log
    By pb4 in forum General Questions
    Replies: 3
    Last Post: 18 Feb 2008, 05:59 PM
  4. Admin Activity Log
    By enchanted in forum General Questions
    Replies: 4
    Last Post: 10 Aug 2007, 07:00 PM
  5. admin log activity?
    By tonibarcelona in forum General Questions
    Replies: 6
    Last Post: 3 Apr 2007, 02:07 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg