-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Logbook support #8
Merged
Merged
Commits on Nov 19, 2019
-
logging: reorg initialization for sanity and cleanliness
- a run-once `initialize` method takes care of it all - removed `set_width`, `set_coloring`, `set_graphics` - the env-var `TERM_COLOR_SUPPORT` is no longer checked - the env-var `EASYPY_LOG_INDENTATION` is no longer checked - instead of updating `globals()`, update a `G` singleton logging: deprecate '&' for '|' when using logger.pipe() Also added docstrings examples: example for initializing logging update changelog units: DataSize - return 'byte' and 'MiB' instead of '1 byte' and '1 MiB' this improves compatibility with 3rd party tools that dislike the space inside the value, and is more consistent with higher values ('5bytes', '5MiB') 0.4.0 - update changlog and setup.py logging: refactoring to support logbook logging: fix ContextLoggerMixin for better compatibility with underlying logging framework: - moved into a subpackage - break up ContextLoggerMixin into distinct components - use .log instead of ._log - auto-convert '%s' to '{}'-style formatting - use @[]@ for coloring instead of @{}@
Configuration menu - View commit details
-
Copy full SHA for eab16e7 - Browse repository at this point
Copy the full SHA eab16e7View commit details
Commits on Nov 24, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 58707c3 - Browse repository at this point
Copy the full SHA 58707c3View commit details
Commits on Nov 26, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 297f965 - Browse repository at this point
Copy the full SHA 297f965View commit details
Commits on Jan 12, 2020
-
concurrency+exceptions: don't swallow KeyboardInterrupt under gevent …
…(#212); Also... apply_timestamp to exception only if missing
Configuration menu - View commit details
-
Copy full SHA for 9316a31 - Browse repository at this point
Copy the full SHA 9316a31View commit details
Commits on Jan 20, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 88f9107 - Browse repository at this point
Copy the full SHA 88f9107View commit details
Commits on Jan 21, 2020
-
Configuration menu - View commit details
-
Copy full SHA for b6441d9 - Browse repository at this point
Copy the full SHA b6441d9View commit details
Commits on Feb 1, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 9b1fef2 - Browse repository at this point
Copy the full SHA 9b1fef2View commit details
Commits on Feb 21, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 87cb5ed - Browse repository at this point
Copy the full SHA 87cb5edView commit details -
Configuration menu - View commit details
-
Copy full SHA for eb0916f - Browse repository at this point
Copy the full SHA eb0916fView commit details
Commits on Apr 4, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 06ca5e4 - Browse repository at this point
Copy the full SHA 06ca5e4View commit details
Commits on Apr 20, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 7b238c8 - Browse repository at this point
Copy the full SHA 7b238c8View commit details
Commits on Apr 28, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 17e6dfe - Browse repository at this point
Copy the full SHA 17e6dfeView commit details
Commits on May 13, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 3d9f274 - Browse repository at this point
Copy the full SHA 3d9f274View commit details
Commits on Jun 15, 2020
-
Configuration menu - View commit details
-
Copy full SHA for cd3b419 - Browse repository at this point
Copy the full SHA cd3b419View commit details
Commits on Jun 17, 2020
-
Configuration menu - View commit details
-
Copy full SHA for f37ec75 - Browse repository at this point
Copy the full SHA f37ec75View commit details
Commits on Jul 13, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 461e755 - Browse repository at this point
Copy the full SHA 461e755View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0520365 - Browse repository at this point
Copy the full SHA 0520365View commit details -
Configuration menu - View commit details
-
Copy full SHA for bd838b7 - Browse repository at this point
Copy the full SHA bd838b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for a1cc36a - Browse repository at this point
Copy the full SHA a1cc36aView commit details -
logging: refactoring to support logbook
logging: fix ContextLoggerMixin for better compatibility with underlying logging framework: - moved into a subpackage - break up ContextLoggerMixin into distinct components - use .log instead of ._log - don't use deferred formatting since we don't know if it's '%s' or '{}' - use @[]@ for coloring instead of @{}@
Configuration menu - View commit details
-
Copy full SHA for 78c5039 - Browse repository at this point
Copy the full SHA 78c5039View commit details
Commits on Jul 17, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 78dd3a8 - Browse repository at this point
Copy the full SHA 78dd3a8View commit details
Commits on Jul 18, 2020
-
Configuration menu - View commit details
-
Copy full SHA for bd3862b - Browse repository at this point
Copy the full SHA bd3862bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 121ebe9 - Browse repository at this point
Copy the full SHA 121ebe9View commit details
Commits on Jul 20, 2020
-
Configuration menu - View commit details
-
Copy full SHA for a1995f0 - Browse repository at this point
Copy the full SHA a1995f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 567a98e - Browse repository at this point
Copy the full SHA 567a98eView commit details
Commits on Aug 25, 2020
-
Configuration menu - View commit details
-
Copy full SHA for cc3474a - Browse repository at this point
Copy the full SHA cc3474aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6785d5f - Browse repository at this point
Copy the full SHA 6785d5fView commit details
Commits on Aug 26, 2020
-
Configuration menu - View commit details
-
Copy full SHA for caa55d7 - Browse repository at this point
Copy the full SHA caa55d7View commit details
Commits on Aug 29, 2020
-
- removed deprecated locking_lru_cache - removed 'ignored_keywords' from timecache, in favor of 'key_func' - bug fix in timecache's default key_func not taking defaults into account - added support for populating the a timecache - added support for setting key_func via decorator
Configuration menu - View commit details
-
Copy full SHA for 852f19a - Browse repository at this point
Copy the full SHA 852f19aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 389797a - Browse repository at this point
Copy the full SHA 389797aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 465ba87 - Browse repository at this point
Copy the full SHA 465ba87View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ef31f1 - Browse repository at this point
Copy the full SHA 7ef31f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 815ef2e - Browse repository at this point
Copy the full SHA 815ef2eView commit details
Commits on Sep 4, 2020
-
Configuration menu - View commit details
-
Copy full SHA for ef2718e - Browse repository at this point
Copy the full SHA ef2718eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5543f1a - Browse repository at this point
Copy the full SHA 5543f1aView commit details
Commits on Sep 5, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 6f24915 - Browse repository at this point
Copy the full SHA 6f24915View commit details
Commits on Sep 10, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 85a570c - Browse repository at this point
Copy the full SHA 85a570cView commit details
Commits on Sep 21, 2020
-
Configuration menu - View commit details
-
Copy full SHA for fe4ca44 - Browse repository at this point
Copy the full SHA fe4ca44View commit details
Commits on Oct 11, 2020
-
Configuration menu - View commit details
-
Copy full SHA for c3e5620 - Browse repository at this point
Copy the full SHA c3e5620View commit details
Commits on Oct 21, 2020
-
Configuration menu - View commit details
-
Copy full SHA for bfb6870 - Browse repository at this point
Copy the full SHA bfb6870View commit details
Commits on Oct 28, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 7ad5886 - Browse repository at this point
Copy the full SHA 7ad5886View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2485c75 - Browse repository at this point
Copy the full SHA 2485c75View commit details
Commits on Dec 11, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 4aa6973 - Browse repository at this point
Copy the full SHA 4aa6973View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.