Skip to content

Commit fdc1bd3

Browse files
committed
feat: log old and new tags hash for torrent-blocker in plugin service
1 parent 27138fe commit fdc1bd3

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/modules/_plugin/plugin.service.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,10 @@ export class PluginService {
126126
[...(pluginData.torrentBlocker.includeRuleTags ?? [])].sort(),
127127
);
128128

129+
this.logger.log(
130+
`[PLUGIN] Torrent-Blocker: oldTagsHash=${oldTagsHash}, newTagsHash=${newTagsHash}`,
131+
);
132+
129133
if (oldTagsHash !== newTagsHash) {
130134
await this.commandBus.execute(
131135
new StopXrayCommand({

0 commit comments

Comments
 (0)