simplesamlphp/simplesamlphp-module-logpeek
最新稳定版本:v1.1.1
Composer 安装命令:
composer require simplesamlphp/simplesamlphp-module-logpeek
包简介
A SimpleSAMLphp module to provide a web API to access the log files.
关键字:
README 文档
README
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, … ],
统计信息
- 总下载量: 18.78k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2015-08-07