Ladsgroup has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/394060 )

Change subject: Increase celery verbosity; use message format including 
timestamp
......................................................................


Increase celery verbosity; use message format including timestamp

Bug: T181538
Change-Id: I8c1d5c776e1c3437d0fbdf34d2c2b6a30b7e8d2c
---
M logging_config.yaml
1 file changed, 2 insertions(+), 1 deletion(-)

Approvals:
  Alexandros Kosiaris: Looks good to me, but someone else must approve
  Ladsgroup: Verified; Looks good to me, approved



diff --git a/logging_config.yaml b/logging_config.yaml
index 780c806..6b5cb0e 100644
--- a/logging_config.yaml
+++ b/logging_config.yaml
@@ -8,7 +8,7 @@
     level: ERROR
     handlers: [file]
   celery:
-    level: ERROR
+    level: INFO
     handlers: [file]
 
 handlers:
@@ -19,6 +19,7 @@
   file:
     class: logging.handlers.TimedRotatingFileHandler
     filename: /srv/log/ores/app.log
+    formatter: basic_human
     when: midnight
     backupCount: 7
 

-- 
To view, visit https://gerrit.wikimedia.org/r/394060
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I8c1d5c776e1c3437d0fbdf34d2c2b6a30b7e8d2c
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/services/ores/deploy
Gerrit-Branch: master
Gerrit-Owner: Awight <[email protected]>
Gerrit-Reviewer: Alexandros Kosiaris <[email protected]>
Gerrit-Reviewer: Halfak <[email protected]>
Gerrit-Reviewer: Ladsgroup <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to