BMO ETL: Add more verbose debugging output to what is already logged
Categories
(bugzilla.mozilla.org :: Extensions, enhancement)
Tracking
()
People
(Reporter: dkl, Assigned: dkl)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
we need more verbose debugging output to see why the attachments table is cause issues with IDs and random hangs. I will change the current logging to add the following new options:
--debug ; # In addition to the normal output, more detailed log entries will be output for all operations such as JSON encoding and compression
--quiet ; # This option will not log any output and will be used once all issues have been resolved.
Without either of these options the default output will be more or less what the current --verbose option is now. --verbose is going away.
Comment 1•1 month ago
|
||
Comment 2•1 month ago
|
||
Authored by https://github.com/dklawren
https://github.com/mozilla-bteam/bmo/commit/fe8cf4f24ee2343f4ab0e5af1d0dc1373f853c48
[master] Bug 1954310 - BMO ETL: Add more verbose debugging output to what is already logged
Description
•