summaryrefslogtreecommitdiff
path: root/qutebrowser/utils/log.py
AgeCommit message (Expand)Author
2021-05-28Fix tests/lintFlorian Bruhin
2021-05-28log: Handle JSONLogger in change_console_formatterFlorian Bruhin
2021-01-26doc: Switch URLs to httpsFlorian Bruhin
2021-01-25mypy: Update ignore commentsFlorian Bruhin
2021-01-20Bump copyright yearsFlorian Bruhin
2021-01-17rfc6266: Consolidate filesFlorian Bruhin
2021-01-05Revert "old qt: Remove networkmanager init workaround"Florian Bruhin
2020-11-04old qt: Remove networkmanager init workaroundFlorian Bruhin
2020-11-04old qt: Adjust various comments/outputsFlorian Bruhin
2020-10-29mypy: use from-import for typing in `utils`Tim Brown
2020-10-27Rename log.ignore_py_warnings and add action argFlorian Bruhin
2020-07-10Make mypy happyFlorian Bruhin
2020-07-10log: Use keyword arguments for .makeRecord() callFlorian Bruhin
2020-07-10log: Set line number to -1 if it's None for Qt messagesFlorian Bruhin
2020-06-11Add categories to qute://logFlorian Bruhin
2020-06-11Refactor log.LogFilterFlorian Bruhin
2020-06-11Fix typoFlorian Bruhin
2020-06-11Change logging format when the loglevel is changed via configFlorian Bruhin
2020-06-10Use debug logging for log config messagesFlorian Bruhin
2020-05-30Ignore log configs if --debug is passed.Ryan Roden-Corrent
2020-05-26Ensure log configs consistent with defaults.Ryan Roden-Corrent
2020-05-25Use defaults for loglevel configs.Ryan Roden-Corrent
2020-05-25Lowercase loglevel config valuesRyan Roden-Corrent
2020-05-22Don't configure loglevels for nil handlers.Ryan Roden-Corrent
2020-05-19PR feedback for loglevel config.Ryan Roden-Corrent
2020-05-17Add loglevel config settings.Ryan Roden-Corrent
2020-05-10mypy: Use explicit "type: ignore[...]" ignoresFlorian Bruhin
2020-05-09mypy: Remove unneeded casts/ignoresFlorian Bruhin
2020-03-21Upgrade to mypy 0.770Florian Bruhin
2020-01-04Adjust copyrights for 2020Florian Bruhin
2019-12-03Remove now unnecessary type ignoresFlorian Bruhin
2019-11-18Fix lintFlorian Bruhin
2019-11-18Add a "werror" debug flag to turn warnings into errorsFlorian Bruhin
2019-10-13Refactor shutdown to use signalsFlorian Bruhin
2019-10-11Fix invalid log dumping assertionFlorian Bruhin
2019-10-11Finish type annotations for utils.logFlorian Bruhin
2019-10-11Fix :debug-log-level without a console attachedFlorian Bruhin
2019-10-11Add first type annotations for utils.logFlorian Bruhin
2019-08-18Update collections.abc message filterFlorian Bruhin
2019-07-23mypy: Turn on warn_unreachableFlorian Bruhin
2019-06-15Ignore Qt::AA_ShareOpenGLContexts warningFlorian Bruhin
2019-04-16Disable logging at unhandled levels when passing --loglines=0Jay Kamat
2019-02-22Update copyright for 2019Jay Kamat
2018-12-10Load components dynamicallyFlorian Bruhin
2018-11-26Use empty tuple instead of NoneFlorian Bruhin
2018-11-22mypy: Fix logging.VDEBUG issuesFlorian Bruhin
2018-09-23Fix PDFJS/qutescheme end2end testsFlorian Bruhin
2018-08-17Fix "Unnecessary generator - rewrite as a list comprehension."lufte
2018-08-17Some memory improvements with generatorslufte
2018-08-17Perform attribute updates on a record's clonelufte