Skip to content

This plugin is logging most of YOURLS admin actions to simplify system audits.

Notifications You must be signed in to change notification settings

webmarka/yourls-audit-log

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

yourls-audit-log

This is a clone of the plugin named "yourls-edition-logger", which is not maintained anymore.

This yourls plugin logs to a file most of main admin actions. It also logs every url insertion, deletion, or modification. So that, it provides traceability of users' actions allowing an open edition policy and facilitating system audits.

Installation

  • Download and extract this zip.

  • Create a new folder in user/plugins named edition-logger.

  • Upload contents of unzipped folder to edition-logger folder.

  • Install KLogger with Composer : composer require katzgrau/klogger:dev-master

  • Open user/config.php to edit.

  • Add the following to the end of the file:

    /** Set location of logs folder **/
    define( 'EDITIONLOGGER_LOGFILE', dirname( __DIR__ ).'/logs' ); // This will create a new folder called logs in the root directory

About

This plugin is logging most of YOURLS admin actions to simplify system audits.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%