You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 6, 2024. It is now read-only.
There seems to be an issue where the Redisearch module ignores moduleOptions.showDebugLogs and emits debug messages to the log.
The most common messages come from this and this lines.
I guess the issue is here, but I'm not sure I get how the log function is supposed to work.
But I assume that if the log level is DEBUG and moduleOptions.showDebugLogs is falsy, the message should be ignored and console.log not called.
Kind regards, and thanks for this awesome package!
The text was updated successfully, but these errors were encountered:
Hi!
There seems to be an issue where the Redisearch module ignores moduleOptions.showDebugLogs and emits debug messages to the log.
The most common messages come from this and this lines.
I guess the issue is here, but I'm not sure I get how the log function is supposed to work.
But I assume that if the log level is DEBUG and moduleOptions.showDebugLogs is falsy, the message should be ignored and console.log not called.
Kind regards, and thanks for this awesome package!
The text was updated successfully, but these errors were encountered: