suspicious_login/lib/Service
Josh 6094ae6230 fix(LoginClassifier): Adjust log levels / reduce logging noise
While #152 addressed rate limiting notifications to users, we still have some logging outside of there that isn't covered.

* Adjusts log levels (Warning -> a mixture of Debug and Info) of the two main messages that aren't rate limited
* Adjusts log levels of the already rate limited messages to Info level (from Warning) to be more consistent with Brute Force Protection log levels

This cuts down on the log noise from "Detected a login from a suspicious login..." 

All logs remain available at the appropriate log levels if desired.

Signed-off-by: Josh <josh.t.richards@gmail.com>
2024-09-30 11:56:46 +02:00
..
MLP chore: Add psalm for code analysis 2024-09-14 17:37:58 +02:00
Statistics chore: Add psalm for code analysis 2024-09-14 17:37:58 +02:00
AClassificationStrategy.php chore: Add SPDX header 2024-07-02 09:51:02 +02:00
CollectedData.php chore: run composer cs:fix 2024-08-05 09:29:15 +02:00
DataLoader.php chore: Add psalm for code analysis 2024-09-14 17:37:58 +02:00
ETLService.php fix: Replace deprecated ILogger with Psr\Log\LoggerInterface 2024-09-14 19:39:28 +02:00
EstimatorService.php fix: Replace deprecated ILogger with Psr\Log\LoggerInterface 2024-09-14 19:39:28 +02:00
IpV6Strategy.php chore: Add psalm for code analysis 2024-09-14 17:37:58 +02:00
Ipv4Strategy.php chore: Add psalm for code analysis 2024-09-14 17:37:58 +02:00
LoginClassifier.php fix(LoginClassifier): Adjust log levels / reduce logging noise 2024-09-30 11:56:46 +02:00
LoginDataCollector.php chore: Add SPDX header 2024-07-02 09:51:02 +02:00
ModelStore.php fix: Replace deprecated ILogger with Psr\Log\LoggerInterface 2024-09-14 19:39:28 +02:00
NegativeSampleGenerator.php chore: run composer cs:fix 2024-08-05 09:29:15 +02:00
NotificationState.php chore: Add SPDX header 2024-07-02 09:51:02 +02:00
StatisticsService.php feat!: replace charts in admin settings with ocs stats api 2024-09-15 20:10:14 +02:00
TrainService.php chore: run composer cs:fix 2024-08-05 09:29:15 +02:00
TrainingDataConfig.php chore: Add psalm for code analysis 2024-09-14 17:37:58 +02:00
TrainingDataSet.php chore: run composer cs:fix 2024-08-05 09:29:15 +02:00
TrainingResult.php chore: run composer cs:fix 2024-08-05 09:29:15 +02:00