1818 Commits

Author SHA1 Message Date
Misty De Méo
25256db003 Merge branch 'logging' into qa 2025-02-21 10:15:12 -08:00
Misty De Méo
baefea7b8e logging: use UTC 2025-02-21 10:14:38 -08:00
Misty De Méo
4b93e20737 chrome: clarify units 2025-02-21 10:08:12 -08:00
Misty De Méo
6f8ad56618 remove unnecessary json encode 2025-02-21 10:08:01 -08:00
Misty De Méo
e1fccb261b pass logger_name in remaining places 2025-02-21 10:07:43 -08:00
Misty De Méo
a35ad276aa bump qa version 2025-02-21 09:28:02 -08:00
Misty De Méo
5f1e92c23f Merge branch 'logging' into qa 2025-02-21 09:27:44 -08:00
Misty De Méo
b79054d27e logging: decorate location with callsite 2025-02-21 09:22:54 -08:00
Misty De Méo
f21245384e cli: add comment to logging.basicConfig 2025-02-21 09:17:05 -08:00
Misty De Méo
45f352dc86 add logger name to event dict 2025-02-21 09:17:05 -08:00
Misty De Méo
564307c7f8 worker: add thread to the binding 2025-02-21 09:17:05 -08:00
Misty De Méo
5bf831605a tests: remove unneeded logging setup
This was added in 7706bab8b824e0a18c2e883b712966faf2c5b271 to support
some test logging in the same commit. The log statements have since
been removed.
2025-02-21 09:17:05 -08:00
Misty De Méo
626a9530c9 remove trace monkeypatch 2025-02-21 09:17:05 -08:00
Misty De Méo
39c889db47 cluster tests: structlog 2025-02-21 09:17:05 -08:00
Misty De Méo
32b90f7029 black formatting 2025-02-21 09:17:05 -08:00
Misty De Méo
3cdefc0779 cli: set up structlog config 2025-02-21 09:17:05 -08:00
Misty De Méo
b723ab6db5 cli: initial conversion 2025-02-21 09:17:05 -08:00
Misty De Méo
715b16dbc4 dashboard: everything except gunicorn 2025-02-21 09:17:05 -08:00
Misty De Méo
ec268af922 worker: catch some missing statements 2025-02-21 09:17:05 -08:00
Misty De Méo
b33b2fed8c robots: convert to structlog 2025-02-21 09:17:05 -08:00
Misty De Méo
ba0db01d32 pywb: convert to structlog 2025-02-21 09:17:05 -08:00
Misty De Méo
7634eb1b57 model: convert to structlog 2025-02-21 09:17:05 -08:00
Misty De Méo
d4b493f1ae frontier: convert to structlog 2025-02-21 09:17:05 -08:00
Misty De Méo
cf6b423019 easy: convert to structlog 2025-02-21 09:17:05 -08:00
Misty De Méo
19dd7c97f0 chrome: convert to structlog 2025-02-21 09:17:05 -08:00
Misty De Méo
97f225d54c browser: convert to structlog 2025-02-21 09:17:05 -08:00
Misty De Méo
a7e915b35f __init__: port logging statements 2025-02-21 09:17:05 -08:00
Misty De Méo
712ecb9690 worker: port trace/notice 2025-02-21 09:17:05 -08:00
Misty De Méo
9bf9cf1382 convert ydl module logger 2025-02-21 09:17:05 -08:00
Misty De Méo
715a1471c0 initial stab at worker 2025-02-19 14:48:34 -08:00
Misty De Méo
69d682beb9
Merge pull request #324 from mistydemeo/mdfind
Some checks failed
Publish Artifacts / Build distribution 📦 (push) Has been cancelled
Python Formatting Check / formatting (push) Has been cancelled
CLI: improve Chrome finding on Mac
2025-02-19 14:48:21 -08:00
Misty De Méo
53cac65540 CLI: improve Chrome finding on Mac
On macOS, we can find Chrome even if it's installed in a non-default
path by querying `mdfind`. This is the CLI entrypoint to Spotlight,
and we can use it to look up applications using their unique bundle
identifiers.

If `mdfind` fails to find anything, this falls back to the hardcoded
paths. This should ensure this still works if Spotlight indexing is
off, but Chrome is in the default path.
2025-02-19 13:55:18 -08:00
Barbara Miller
591ba3c95a
bump version
Some checks failed
Publish Artifacts / Build distribution 📦 (push) Has been cancelled
Python Formatting Check / formatting (push) Has been cancelled
2025-02-14 13:05:38 -08:00
Barbara Miller
c63f4296a6
Merge pull request #323 from galgeek/bmiller/better_fetch_url_timeout_errors
better error handling for _fetch_url
2025-02-14 12:40:04 -08:00
Barbara Miller
a158bed410 bump qa version 2025-02-14 11:41:02 -08:00
Barbara Miller
573a3b33ae Merge branch 'behavior_logging' into qa 2025-02-14 11:39:34 -08:00
Barbara Miller
22f2e4e76a fix logging 2025-02-14 11:38:35 -08:00
Barbara Miller
6f0b3042f0 bump qa version 2025-02-14 10:39:17 -08:00
Barbara Miller
825419aa3f Merge branch 'bmiller/better_fetch_url_timeout_errors' into qa 2025-02-14 10:38:44 -08:00
Barbara Miller
71ffbddfeb log _fetch_url completion 2025-02-14 10:38:24 -08:00
Barbara Miller
73682a41f7 Merge branch 'bmiller/better_fetch_url_timeout_errors' into qa 2025-02-14 09:44:24 -08:00
Barbara Miller
ba7031f2da better exceptions for fetch_url 2025-02-14 09:39:41 -08:00
Barbara Miller
732a7943f0 http, not https, maybe 2025-02-13 17:57:53 -08:00
Barbara Miller
aec8708918 Merge branch 'bmiller/better_fetch_url_timeout_errors' into qa 2025-02-13 17:56:19 -08:00
Barbara Miller
819a483227 black'd 2025-02-13 17:55:36 -08:00
Barbara Miller
cd2865388d bump qa version 2025-02-13 16:34:09 -08:00
Barbara Miller
381c94bbcc Merge branch 'bmiller/better_fetch_url_timeout_errors' into qa 2025-02-13 16:33:32 -08:00
Barbara Miller
9dca200230 cert_reqs="CERT_NONE" 2025-02-13 16:27:05 -08:00
Barbara Miller
4af48be6ca use urllib3 2025-02-13 16:11:22 -08:00
Barbara Miller
55b8e50bee bump version 2025-02-13 14:29:38 -08:00