Skip to content
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

chore(retry): rename the exponential_backoff_retry logger #42

Merged
merged 1 commit into from
Jul 8, 2024

Conversation

kennedykori
Copy link
Contributor

Explicitly set the name of the Logger used by instances of the Retry policies returned by the exponential_backoff_retry factory function. The name of the logger is now the same as the factory function used to create those instances, i.e. exponential_backoff_retry.

This should improve the readability of the logs and hide the names of internal non-public classes and functions that make up the aforementioned Retry policy.

@kennedykori kennedykori self-assigned this Jul 8, 2024
@kennedykori kennedykori changed the base branch from develop to next July 8, 2024 14:19
Explicitly set the name of the `Logger` used by instances of the `Retry`
policies returned by the  `exponential_backoff_retry` factory function.
The name of the logger is now the same as the factory function used to
create those instances, i.e. `exponential_backoff_retry`.

This should improve the readability of the logs and hide the names of
internal non-public classes and functions that make up the
aforementioned `Retry` policy.
@kennedykori kennedykori force-pushed the chore-rename-exponential-back-off-retry-logger branch from 848f264 to 409392b Compare July 8, 2024 14:26
@kennedykori kennedykori merged commit f7750fe into next Jul 8, 2024
6 checks passed
@kennedykori kennedykori deleted the chore-rename-exponential-back-off-retry-logger branch July 8, 2024 14:31
kennedykori added a commit that referenced this pull request Jul 13, 2024
Explicitly set the name of the `Logger` used by instances of the `Retry`
policies returned by the  `exponential_backoff_retry` factory function.
The name of the logger is now the same as the factory function used to
create those instances, i.e. `exponential_backoff_retry`.

This should improve the readability of the logs and hide the names of
internal non-public classes and functions that make up the
aforementioned `Retry` policy.
kennedykori added a commit that referenced this pull request Jul 13, 2024
## [1.5.0-rc.1](v1.4.0...v1.5.0-rc.1) (2024-07-13)

### Bug Fixes

* assorted fixes and improvements ([#44](#44)) ([c6f2723](c6f2723))

### Dependency Updates

* **deps:** upgrade project dependencies ([#46](#46)) ([d4cef75](d4cef75))

### Features

* **config:** add `setting_initializer` decorator ([#45](#45)) ([334f6be](334f6be))
* **utils:** make `type_fqn` support callable instances ([#43](#43)) ([b22c835](b22c835))

### Refactors

* **retry:** rename the `exponential_backoff_retry` logger ([#42](#42)) ([de03e2c](de03e2c))
kennedykori added a commit that referenced this pull request Jul 13, 2024
Explicitly set the name of the `Logger` used by instances of the `Retry`
policies returned by the  `exponential_backoff_retry` factory function.
The name of the logger is now the same as the factory function used to
create those instances, i.e. `exponential_backoff_retry`.

This should improve the readability of the logs and hide the names of
internal non-public classes and functions that make up the
aforementioned `Retry` policy.
kennedykori added a commit that referenced this pull request Jul 13, 2024
## [1.5.0-rc.1](v1.4.0...v1.5.0-rc.1) (2024-07-13)

### Bug Fixes

* assorted fixes and improvements ([#44](#44)) ([c6f2723](c6f2723))

### Dependency Updates

* **deps:** upgrade project dependencies ([#46](#46)) ([d4cef75](d4cef75))

### Features

* **config:** add `setting_initializer` decorator ([#45](#45)) ([334f6be](334f6be))
* **utils:** make `type_fqn` support callable instances ([#43](#43)) ([b22c835](b22c835))

### Refactors

* **retry:** rename the `exponential_backoff_retry` logger ([#42](#42)) ([de03e2c](de03e2c))
kennedykori added a commit that referenced this pull request Jul 13, 2024
## [1.5.0](v1.4.0...v1.5.0) (2024-07-13)

### Bug Fixes

* assorted fixes and improvements ([#44](#44)) ([5928f9b](5928f9b))

### Dependency Updates

* **deps:** upgrade project dependencies ([#46](#46)) ([a48947a](a48947a))

### Features

* **config:** add `setting_initializer` decorator ([#45](#45)) ([b655527](b655527))
* **utils:** make `type_fqn` support callable instances ([#43](#43)) ([fa13030](fa13030))

### Refactors

* **deps-dev:** bump braces from 3.0.2 to 3.0.3 ([#48](#48)) ([645060d](645060d))
* **retry:** rename the `exponential_backoff_retry` logger ([#42](#42)) ([a3d30b6](a3d30b6))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant