logging: allow partial updates to log handler settings
[folly.git] / folly / experimental / logging / Init.cpp
index 24600510da59d04813160cc498f95032f660b58c..73542a8e0500c2c35cf6c78f911ea40c58d6aa0f 100644 (file)
@@ -44,7 +44,7 @@ namespace folly {
  * handler, the handler will be automatically forgotten by the LoggerDB code.
  */
 constexpr StringPiece kDefaultLoggingConfig =
-    ".=WARN:default; default=stream,stream=stderr,async=false";
+    ".=WARN:default; default=stream:stream=stderr,async=false";
 
 void initLogging(StringPiece configString) {
   // Register the StreamHandlerFactory