Skip to content

Commit

Permalink
chore: change log level
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian committed Sep 27, 2024
1 parent 098905c commit 37c1dfb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export function abPoolFilterDisabled(
return players.filter((player) => {
const playerState = poolRouteSetEnabledPlayers.get(player.playerId)
if (playerState === false) {
logger.info(`AB Pool ${poolName} playerId : ${player.playerId} are disabled`)
logger.silly(`AB Pool ${poolName} playerId : ${player.playerId} are disabled`)
return false
}

Expand Down

0 comments on commit 37c1dfb

Please sign in to comment.