summaryrefslogtreecommitdiff
path: root/logging_utils.py
AgeCommit message (Expand)Author
2022-02-02Used isort to sort imports. Also added to the git pre-commit hook.Scott
2022-02-01More mypy cleanup... ugh.Scott
2022-01-27Started using flake8 to lint; removed some of its warnings.Scott
2022-01-26Ahem. Still running black?Scott
2022-01-26Ran black code formatter on everything.Scott
2022-01-26Reformatting.Scott
2022-01-26Fix missing f's.Scott
2022-01-17Creates a function_utils and pull a function_identifer method intoScott
2022-01-17Make logging_utils remove preexisting logging turds, fix a small bug.Scott
2022-01-12Scale back warnings.warn and add stacklevels= where appropriate.Scott
2022-01-11Start using warnings from stdlib.Scott
2022-01-08Cleanup logging module.Scott
2022-01-07Make logging optionally remove global handlers added by (shitty) pipScott
2022-01-06A bunch of changes...Scott
2021-11-15Making remote training work better.Scott Gasch
2021-11-01Overrides + debugging modules / functions in logging.Scott Gasch
2021-10-31Ugh, a bunch of things. @overrides. --lmodule. Chromecasts. etc...Scott Gasch
2021-09-16A very important change to docs.Scott Gasch
2021-09-15Logging + documentation.Scott Gasch
2021-09-15Adding doctests. Also added a logging filter.Scott Gasch
2021-09-07Various changes.Scott Gasch
2021-08-05Adds profanity filter, fixes bugs.Scott Gasch
2021-07-17Record streams.Scott Gasch
2021-07-16VariousScott Gasch
2021-07-12Random changes.Scott Gasch
2021-07-11Random cleanups and type safety. Created ml subdir.Scott Gasch
2021-07-09ACL uses enums, some more tests, other stuff.Scott Gasch
2021-07-08Reduce import scopes, remove cycles.Scott Gasch
2021-07-08Lots of changes.Scott Gasch
2021-04-29Teach python logging formatter to use %f in the format string.Scott Gasch
2021-03-24Initial revisionScott Gasch