Title: [238957] trunk/Tools
- Revision
- 238957
- Author
- [email protected]
- Date
- 2018-12-07 10:51:06 -0800 (Fri, 07 Dec 2018)
Log Message
[ews-app] Configure logfile for ews-app logs
https://bugs.webkit.org/show_bug.cgi?id=192493
Reviewed by Lucas Forschler.
* BuildSlaveSupport/ews-app/ews/__init__.py:
Modified Paths
Diff
Modified: trunk/Tools/BuildSlaveSupport/ews-app/ews/__init__.py (238956 => 238957)
--- trunk/Tools/BuildSlaveSupport/ews-app/ews/__init__.py 2018-12-07 18:48:55 UTC (rev 238956)
+++ trunk/Tools/BuildSlaveSupport/ews-app/ews/__init__.py 2018-12-07 18:51:06 UTC (rev 238957)
@@ -1,5 +1,5 @@
import logging
-logging.basicConfig(level=logging.DEBUG, format='%(asctime)s - %(message)s')
+logging.basicConfig(filename='ews.log', level=logging.INFO, format='%(asctime)s - %(message)s')
default_app_config = 'ews.apps.EwsConfig'
Modified: trunk/Tools/ChangeLog (238956 => 238957)
--- trunk/Tools/ChangeLog 2018-12-07 18:48:55 UTC (rev 238956)
+++ trunk/Tools/ChangeLog 2018-12-07 18:51:06 UTC (rev 238957)
@@ -1,5 +1,14 @@
2018-12-07 Aakash Jain <[email protected]>
+ [ews-app] Configure logfile for ews-app logs
+ https://bugs.webkit.org/show_bug.cgi?id=192493
+
+ Reviewed by Lucas Forschler.
+
+ * BuildSlaveSupport/ews-app/ews/__init__.py:
+
+2018-12-07 Aakash Jain <[email protected]>
+
Style queue exception on some security bugs
https://bugs.webkit.org/show_bug.cgi?id=190793
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes