summaryrefslogtreecommitdiff
path: root/logging_utils.py
AgeCommit message (Collapse)Author
2022-08-18Add an option to exit immediately upon setting zookeeper. Change theScott Gasch
verbosity of a warning.
2022-05-31Improve docstrings for sphinx.Scott Gasch
2022-05-28Tweak around docstring to make prettier sphinx autodocs.Scott Gasch
2022-03-25Since this thing is on the innerwebs I suppose it should have aScott Gasch
copyright...
2022-02-09Cleanup.Scott Gasch
2022-02-08More cleanup, yey!Scott Gasch
2022-02-05Add coding comments for files with utf8 characters in there.Scott Gasch
2022-02-03Change settings in flake8 and black.Scott Gasch
2022-02-02Let's call the base class' c'tor first, eh?Scott
2022-02-02Let's be explicit with asserts; there was a bug in histogramScott
caused by assert foo when foo was an int with valid valid 0.
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
it.
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
modules. Make config optionally halt on unrecognized arguments. Make profanity filter smarter.
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