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 7187f05 commit cac3f7dCopy full SHA for cac3f7d
src/main/java/com/google/firebase/internal/GaeThreadFactory.java
@@ -118,7 +118,7 @@ private Thread initThreadFactory(Runnable r) {
118
thread = threadFactory.newThread(r);
119
usesBackgroundThreads = true;
120
} catch (IllegalStateException e) {
121
- logger.warn("Falling back to GAE's request-scoped threads. Firebase requires "
+ logger.info("Falling back to GAE's request-scoped threads. Firebase requires "
122
+ "manually-scaled instances for most operations.");
123
threadFactory = createRequestScopedFactory();
124
0 commit comments