Skip to content

simplesamlphp/simplesamlphp-module-logpeek

Repository files navigation

SimpleSAMLphp logpeek module

Build Status Coverage Status Scrutinizer Code Quality Type Coverage Psalm Level

This module provides a web API that you can use to search for all to lines in the logs corresponding to a specific session identifier.

Install

Install with composer

vendor/bin/composer require simplesamlphp/simplesamlphp-module-logpeek

Configuration

Next thing you need to do is to enable the module:

in config.php, search for the module.enable key and set logpeek to true:

    'module.enable' => [ 'logpeek' => true, … ],

About

A SimpleSAMLphp module to provide a web API to access the log files.

Resources

License

Stars

Watchers

Forks

Packages

No packages published