We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44a65f0 commit 6e38610Copy full SHA for 6e38610
src/main/java/io/supertokens/pluginInterface/Storage.java
@@ -30,7 +30,7 @@
30
public interface Storage {
31
32
// if silent is true, do not log anything out on the console
33
- void constructor(String processId, boolean silent);
+ void constructor(String processId, boolean silent, boolean isTesting);
34
35
void loadConfig(JsonObject jsonConfig, Set<LOG_LEVEL> logLevels, TenantIdentifier tenantIdentifier) throws InvalidConfigException;
36
0 commit comments