uhi67/simplesamlphp-module-logpeek
最新稳定版本:1.2.1
Composer 安装命令:
composer require uhi67/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
The 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, … ],
Copy the configuration template from the module config/module_logpeek.php.dist to the main config directory as module_logpeek.php and adjust it to your needs.
Change log
1.2.1 (2026-01-07)
- Added CSS class to log entries
- Added Hungarian translations
1.2 (2025-01-11)
- SimpleSAMLphp 2.3 compatibility
- Back button and
backurlconfig option added; - translations (hu);
1.1 (2020-06-22)
- Added authorization config parameters (see config-templates/module-logpeek.php)
- Preserve last search tag
- Detailed error display
统计信息
- 总下载量: 229
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: LGPL-2.1-or-later
- 更新时间: 2020-06-22