Title: [258833] trunk
Revision
258833
Author
ph...@webkit.org
Date
2020-03-23 05:22:31 -0700 (Mon, 23 Mar 2020)

Log Message

[GTK][WPE] Disable systemd logging by default

Rubber-stamped by Žan Doberšek.

The logAlways logs are filling the journal way too fast currently,
specially on EWS running tests and buildbots. For the time being
disable logging until we figure out a better way to handle this.

* Source/cmake/OptionsGTK.cmake:
* Source/cmake/OptionsWPE.cmake:

Modified Paths

Diff

Modified: trunk/ChangeLog (258832 => 258833)


--- trunk/ChangeLog	2020-03-23 11:03:58 UTC (rev 258832)
+++ trunk/ChangeLog	2020-03-23 12:22:31 UTC (rev 258833)
@@ -1,3 +1,16 @@
+2020-03-23  Philippe Normand  <pnorm...@igalia.com>
+
+        [GTK][WPE] Disable systemd logging by default
+
+        Rubber-stamped by Žan Doberšek.
+
+        The logAlways logs are filling the journal way too fast currently,
+        specially on EWS running tests and buildbots. For the time being
+        disable logging until we figure out a better way to handle this.
+
+        * Source/cmake/OptionsGTK.cmake:
+        * Source/cmake/OptionsWPE.cmake:
+
 2020-03-21  Michael Catanzaro  <mcatanz...@gnome.org>
 
         [GTK] Use ${PYTHON_EXECUTABLE} to run generate-gtkdoc

Modified: trunk/Source/cmake/OptionsGTK.cmake (258832 => 258833)


--- trunk/Source/cmake/OptionsGTK.cmake	2020-03-23 11:03:58 UTC (rev 258832)
+++ trunk/Source/cmake/OptionsGTK.cmake	2020-03-23 12:22:31 UTC (rev 258833)
@@ -87,7 +87,7 @@
 WEBKIT_OPTION_DEFINE(USE_OPENJPEG "Whether to enable support for JPEG2000 images." PUBLIC ON)
 WEBKIT_OPTION_DEFINE(USE_WOFF2 "Whether to enable support for WOFF2 Web Fonts." PUBLIC ON)
 WEBKIT_OPTION_DEFINE(USE_WPE_RENDERER "Whether to enable WPE rendering" PUBLIC ON)
-WEBKIT_OPTION_DEFINE(USE_SYSTEMD "Whether to enable journald logging" PUBLIC ON)
+WEBKIT_OPTION_DEFINE(USE_SYSTEMD "Whether to enable journald logging" PUBLIC OFF)
 
 # Private options specific to the GTK port. Changing these options is
 # completely unsupported. They are intended for use only by WebKit developers.

Modified: trunk/Source/cmake/OptionsWPE.cmake (258832 => 258833)


--- trunk/Source/cmake/OptionsWPE.cmake	2020-03-23 11:03:58 UTC (rev 258832)
+++ trunk/Source/cmake/OptionsWPE.cmake	2020-03-23 12:22:31 UTC (rev 258833)
@@ -74,7 +74,7 @@
 WEBKIT_OPTION_DEFINE(USE_OPENJPEG "Whether to enable support for JPEG2000 images." PUBLIC ON)
 WEBKIT_OPTION_DEFINE(USE_WOFF2 "Whether to enable support for WOFF2 Web Fonts." PUBLIC ON)
 WEBKIT_OPTION_DEFINE(ENABLE_WPE_QT_API "Whether to enable support for the Qt5/QML plugin" PUBLIC OFF)
-WEBKIT_OPTION_DEFINE(USE_SYSTEMD "Whether to enable journald logging" PUBLIC ON)
+WEBKIT_OPTION_DEFINE(USE_SYSTEMD "Whether to enable journald logging" PUBLIC OFF)
 
 # Private options specific to the WPE port.
 WEBKIT_OPTION_DEFINE(USE_GSTREAMER_HOLEPUNCH "Whether to enable GStreamer holepunch" PRIVATE OFF)
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to