Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/tokio-rs/tracing

Application level tracing for Rust.
https://github.com/tokio-rs/tracing

log: prepare to release 0.1.1 (#413)

* log: deprecate `TraceLogger`

This deprecation was discussed in
https://github.com/tokio-rs...

6f00dbda5f6d88332ad018acbfe957a9c7925cc6 authored about 5 years ago by Eliza Weisman <[email protected]>
Fix global LogTracer installation by using InitError enum instead of Boxed errors (#406)

## Motivation

I thought the boxing errors solution implemented in #400 was equivalent
to t...

5dc2b1581a977b5dc414eb8cc740a395081acea3 authored about 5 years ago by Evan Schwartz <[email protected]>
chore: Update README.md to remove Gitter links (#410)

I don't believe Gitter is used anymore; most of the `tracing`
discussions happen on Discord.

a4bc8cb0ec15c430154edb25a0145355eb71b3ee authored about 5 years ago by David Barsky <[email protected]>
chore: rethink warnings (#409)

## Motivation

Currently, most crates in `tracing` are configured to deny all compiler
warnin...

5476f0c59a22fcd83fd5dae6418a9dba1225bf88 authored about 5 years ago by Eliza Weisman <[email protected]>
Remove redundant documentation metadata (#408)

f0c0a7343c725e7b7b8d99b7a91029085c3216fc authored about 5 years ago by Benjamin Saunders <[email protected]>
Fix small typos (#405)

ee1e5308fb6b022c880dbe43cb78cde9c52bf8b5 authored about 5 years ago by Julian Tescher <[email protected]>
subscriber: fix default level for env filter (#401)

## Motivation

Setting `RUST_LOG=target` currently enables only the `ERROR` level,
while it s...

b785b4977ff4d961087ca85e3ddf5851dbe31444 authored about 5 years ago by Evan Schwartz <[email protected]>
tracing: prepare to release 0.1.10 (#402)

* tracing: bump attrs and core versions

Signed-off-by: Eliza Weisman <[email protected]>

* ...

d30c2edf8c16fdee154bd1fb3799d6ecd841a676 authored about 5 years ago by Eliza Weisman <[email protected]>
subscriber: fix tracing-log feature flag for init + try_init (#400)

## Motivation

https://github.com/tokio-rs/tracing/pull/385 incorrectly used the
feature flag...

1bf1efba13017886941ead313acb8498e5f9f1a4 authored about 5 years ago by Evan Schwartz <[email protected]>
tracing-attributes: prepare to release 0.1.5 (#398)

Added:

- Support for destructuring in arguments to `#[instrument]`ed
functions (#397)
- G...

5039f4b75c64dbb5fa735cc119130d91d7f4943c authored about 5 years ago by Eliza Weisman <[email protected]>
attributes: support destructuring in arguments (#397)

This pull request adds support to the `#[instrument]` macro for
destructured arguments.

## M...

0e852a95e06eb0dc9d75714663beec30f8de1e12 authored about 5 years ago by Andrew Dona-Couch <[email protected]>
docs: minor fix to Subscriber::exit doc comment (#395)

This fixes the `Subscriber::exit` doc comment where some copy-pasta from `Subscriber::enter` was...

a1422b0ca028522cd2d939b42354053bfde9d439 authored about 5 years ago by Andrew Dona-Couch <[email protected]>
core: prepare to release 0.1.7 (#393)

### Added

- Added `dispatcher::set_default` API which returns a drop guard (#388)

### Fixe...

ac49a4734fcffcea0604e991f6f4a93e6038ea84 authored about 5 years ago by Eliza Weisman <[email protected]>
core: Add u8 to the list of generated Value implementations (#392)

## Motivation

u8 had been forgotten from the list of automatically generated
implementations...

e48c14c7c71e2762e90fdea0b08560a82539ffd6 authored about 5 years ago by Lucas Hermann <[email protected]>
subscriber: add fmt JSON formatter (#377)

## Motivation

A formatter for JSON output.

## Solution

Enable `json` feature from `trac...

d3e0c067742412669d81fb53d93037042eaa01ee authored about 5 years ago by Julius de Bruijn <[email protected]>
chore: fix nightly CI (#390)

This updates our CI configs to use crate-ci/azure-pipelines#65, which fixes
the build failures ...

1118fcb02b1c0cd425283687f2b4bd1d88d300fe authored about 5 years ago by Eliza Weisman <[email protected]>
core: Add `set_default` method to set default dispatcher (#388)

## Motivation

As discussed in #383 , adds the new `set_default` method.

## Solution

* A...

5fced339ddf35d03adc259f93542831706544448 authored about 5 years ago by Bhargav <[email protected]>
subscriber: allow subscribers to expose stored metadata to layers (#382)

## Motivation

Currently, when using `tracing-subscriber`'s `Layer` API, it is
necessary for ...

97a8681fb9106ae57d17ba42ae177501f47fcd95 authored about 5 years ago by Eliza Weisman <[email protected]>
subscriber: add ChronoUtc and ChronoLocal timers, RFC 3339 support (#387)

* subscriber: add ChronoUtc and ChronoLocal timers
* subscriber: ChronoLocal::rfc3339,ChronoUtc...

f19f63f83d7101541824c47e4bebdc0b6c03f27f authored about 5 years ago by Evan Schwartz <[email protected]>
Add init and try_init functions (#385)

## Motivation

Configuring the `FmtSubscriber` with the `EnvFilter` and installing it
globall...

6e9d9c486ab2fe0921cab7cf0a9c5fcf7e92cd20 authored about 5 years ago by Evan Schwartz <[email protected]>
futures: Instrumented#{inner,inner_mut} (#386)

## Motivation

Currently it is not possible to implement 3rd party traits for
`Instrumented` ...

c64468d086cb81a02c7b1c2577a41d14b2f34718 authored about 5 years ago by Evan Schwartz <[email protected]>
subscriber: add an abstraction for building visitors (#241)

## Motivation

The `tracing-fmt` crate crate currently uses a `NewVisitor` trait to
abstract ...

06daa9512b250e2d73e8722f7f15dfcb9d95f3be authored about 5 years ago by Eliza Weisman <[email protected]>
tracing-futures: prepare to release 0.1.0 (#376)

This branch prepares for an initial stable release of `tracing-futures`.

I've done some pre-r...

87c075e349cd25677fe646d0927c7a9cc75092e6 authored about 5 years ago by Eliza Weisman <[email protected]>
futures: use current span and dispatcher context (#305)

## Motivation

Previously, both traits expose a single method (`Instrument::instrument`
and `...

be8381908baf7c03e6bb728eb535d02a9b9c6e65 authored about 5 years ago by J Haigh <[email protected]>
subscriber: prepare to release 0.1.5 (#375)

### Fixed

- Spans not being closed properly after calling
`FmtSubscriber::current_span` (#...

aa7ed533e686063fb7b518ea4c7e0e63d4848706 authored about 5 years ago by Eliza Weisman <[email protected]>
futures: replace `pin_utils` with `pin_project` (#374)

This allows us to remove an unnecessary clone of the dispatcher or span
from poll impls. Also, ...

47b6068ae9c67b207e34f6aeeddbf9980992e0e5 authored about 5 years ago by Eliza Weisman <[email protected]>
subscriber: fix duplicate clone_span in `FmtSubscriber` (#371)

## Motivation

The `tracing_subscriber` `FmtSubscriber` currently clones span IDs in
calls to...

f7cb311df2f022ddc12ab47baa74d1d7ca79764d authored about 5 years ago by Eliza Weisman <[email protected]>
chore: add discord links to READMEs (#370)

Tokio is experimenting with Discord, and the Tokio discord server has
a Tracing channel. This P...

945c481bd5f7850c2082bd67f5fecae6e84163b3 authored about 5 years ago by Eliza Weisman <[email protected]>
subscriber: prepare to release 0.1.4 (#363)

### Fixed:

- Spans entered twice on the same thread sometimes being completely
exited when...

4205c08d292d4250eafaefc3d22e72dfcf704d36 authored about 5 years ago by Eliza Weisman <[email protected]>
attributes: prepare to release 0.1.4 (#364)

Added:

- Optional `skip` argument to `#[instrument]` for excluding function
parameters fro...

5310bd05735398ab15c0c063efad052261b2ea47 authored about 5 years ago by Eliza Weisman <[email protected]>
subscriber: fix incorrect reference counting in fmt (#366)

The `tracing-subscriber` `FmtSubscriber` currently has a subtle bug in
span reference counting ...

5f2f0bfa8afb7d294a91cc97b014808a794caa43 authored about 5 years ago by Eliza Weisman <[email protected]>
subscriber: Remove ansi for time when ansi = false (#354)

* subscriber: Remove ansi for time when ansi = false

When ansi feature is enabled and subscri...

179c08a01e030e5160df53d5de3535b9bda1f399 authored about 5 years ago by SnoozeTime <[email protected]>
fmt: Track duplicate spans in fmt context (#361)

## Motivation

Entering twice in the same span causes the span to be lost after the
second sp...

3162db4e93dd147dd636429a160afd24ab561152 authored about 5 years ago by Philippe GASSMANN <[email protected]>
chore: remove PR labeler workflow (#362)

Because this GitHub Actions workflow requires a secret (for the GitHub
access token), it doesn'...

d7ddef8903b06294a4994d863cb544f2b598ee75 authored about 5 years ago by Eliza Weisman <[email protected]>
Allow skipping arguments in `#[instrument]`. (#359)

## Motivation

This adds a `skip` directive to the `#[instrument]` macro that allows
specifyi...

3552c6c74dede7e797d7a7482e9150eb0f2c55f5 authored about 5 years ago by Henry de Valence <[email protected]>
Fix small format bug in tracing documentation (#356)

* Fix small format bug in tracing documentation

Typo on the docs index page which prevents li...

8c735e1dafeb40c10e524dc29fa39c321798cc44 authored about 5 years ago by Stefano Probst <[email protected]>
docs: add RustConf 2019 Talk to the README (#352)

## Motivation

I viewed the amazing talk from Eliza Weisman on the RustConf 2019 on
Youtube. ...

a4da830556b00641ff97f666222326b6c6885b9b authored over 5 years ago by Stefano Probst <[email protected]>
subscriber: prepare to release 0.1.3 (#351)

Fixed:

- `Layered` subscribers not properly forwarding calls to `current_span`
(#350)

S...

26f8c53d2047f35da5259c380faedd94b3fc481f authored over 5 years ago by Eliza Weisman <[email protected]>
subscriber: Forward current_span impl for Layered (#350)

This overrides the default `Subscriber::current_span` impl
with one that forwards the inner sub...

67689dfe21cd40163cb890e7a862448e8994e1c5 authored over 5 years ago by Lucio Franco <[email protected]>
tracing: prepare to release 0.1.9 (#349)

### Fixed

- Fixed `#[instrument]`ed async functions not compiling on
`nightly-2019-09-11` ...

cc70560a752e52ee12b6ee0632a96ecaa91db4ce authored over 5 years ago by Eliza Weisman <[email protected]>
subscriber: prepare to release 0.1.2 (#347)

### Fixed

- `EnvFilter` ignoring directives with targets that are the same number
of chara...

9cb629e6020a9cc2ab4f6fdf58f6af3c54b6d73c authored over 5 years ago by Eliza Weisman <[email protected]>
tracing: don't emit log events if a subscriber has been set (#346)

## Motivation

Currently, when `tracing`'s `log` feature is enabled, all spans and
events wil...

22a285afc10dd87135f8b330117888ed73f0943f authored over 5 years ago by Eliza Weisman <[email protected]>
subscriber: rm crossbeam-utils, make parking_lot opt-in (#348)

## Motivation

The `tracing-subscriber` currently depends on both the `crossbeam-util`
crate ...

86946f6c3104c5c2876acf14592b6c3497ae9d46 authored over 5 years ago by Eliza Weisman <[email protected]>
subscriber: fix incorrect filtering for `tracing-log` events (#344)

## Motivation

Currently, the `tracing-subscriber` `EnvFilter` does not properly enable
event...

520e4eba4ee56fd549fe0a239cd66d1ac6eda555 authored over 5 years ago by Eliza Weisman <[email protected]>
attributes: prepare to release 0.1.3 (#345)

Fixed:

- Fixed `#[instrument]`ed async functions not compiling on
`nightly-2019-09-11` or ...

d58b80ad7ec7bf541de61dda1ec7d0b179ed239e authored over 5 years ago by Eliza Weisman <[email protected]>
core: prepare to release version 0.1.6 (#343)

Added:

- Internal APIs to support performance optimizations (#326)

Fixed:

- Clarified w...

930bd731cc30afc26c6d3daabf959b1d97b77574 authored over 5 years ago by Eliza Weisman <[email protected]>
core: suggested doc fix (#340)

* Suggested doc fix

* Add space, remove "as string".

4c2b604be3991fb3e7026b17c43782651cf63353 authored over 5 years ago by Sam Scott <[email protected]>
subscriber: rename `Filter` to `EnvFilter` (#339)

This branch renames `Filter` to `EnvFilter` and deprecates the previous
name, as suggested in h...

fec24bfcf1769ec254e9f0425957e5bc2714ffbd authored over 5 years ago by Eliza Weisman <[email protected]>
futures: fix broken builds with tokio alpha support (#338)

## Motivation

This branch fixes broken builds of `tracing-futures` with the
`tokio-alpha` fe...

5c0fe77fd756e12cc4c6af4566092d24b9e15a8e authored over 5 years ago by Eliza Weisman <[email protected]>
attributes: fix async fn not moving args into body (#342)

This fixes compilation errors with `#[instrument]`ed `async fn`s on the
latest nightly. The gen...

2d0072a17b5a20966304d623374cc56695b0ab5a authored over 5 years ago by Eliza Weisman <[email protected]>
subscriber: better default filtering (#336)

## Feature Request

### Crates

- `tracing-subscriber`

### Motivation

Currently, the `...

b385da6b0253a6ad81d9e60db5972b9d6f1c6378 authored over 5 years ago by Eliza Weisman <[email protected]>
subscriber: allow adding directives to filters (#334)

## Motivation

Currently, the `tracing-subscriber::Filter` type can be constructed from
an en...

198e62a613e1fcf623e8f2c66e1192504f5e9b2f authored over 5 years ago by Eliza Weisman <[email protected]>
subscriber: fix wrong `PartialOrd` impls for `Directive`s (#333)

## Motivation

`tracing-subscriber` currently relies on `PartialOrd` and `Ord`
implementation...

6176467aabfebdd222635ec057f7ebcda48398e1 authored over 5 years ago by Eliza Weisman <[email protected]>
chore: make CI filters less restrictive (#335)

## Motivation

Apparently, the GitHub Actions `paths:` filtering for events uses [an
API][1] ...

4f8068a5b2b7ca1298733a959687e58a969be374 authored over 5 years ago by Eliza Weisman <[email protected]>
attributes: support overriding name of the span (#330)

## Motivation

Fixes #298

## Solution

Add a new function to either parse the name fro...

7d463488b2424a58d3dc1f38de14bec9e499a968 authored over 5 years ago by SnoozeTime <[email protected]>
subscriber: add `fmt::Display` impl for `Filter` (#329)

## Motivation

The `tracing-fmt::filter::EnvFilter` type implemented `fmt::Display`,
but `tra...

49dab30847823a10f4398595616c19c0ee96d737 authored over 5 years ago by Eliza Weisman <[email protected]>
chore: port CI to GitHub Actions (#328)

## Motivation

The `tokio` org is in the Github actions beta. Running our CI jobs on Actions
...

97701e831960b7b2077cde2722a1a290e658a41e authored over 5 years ago by Eliza Weisman <[email protected]>
core, tracing: make disabled events way faster (#326)

## Motivation

When `tracing` is not in use, no default subscriber will be set, and
tracing i...

c0c61d1cf4d11441d2b4e717627d9847b9acec06 authored over 5 years ago by Eliza Weisman <[email protected]>
subscriber: prepare to release 0.1.1 (#327)

Fixed:

- Potential double panic in `CurrentSpan` (#325)

Signed-off-by: Eliza Weisman <eliz...

c3fa67ac03be20b27a61bc58750c765dd993ed45 authored over 5 years ago by Eliza Weisman <[email protected]>
subscriber: avoid double panics in `CurrentSpan` (#325)

## Motivation

The `ThreadLocal` struct used by `CurrentSpan` currently can cause a
double pa...

db9929794c4cfa1393c2799bc7d7da5940ba2a41 authored over 5 years ago by Eliza Weisman <[email protected]>
meta: consolidate & clean up crates (#323)

## Motivation

`tracing` currently consists of a large number of crates. The number of
crates...

8bd4d90e789d94e12b60f9657b69c9c568b10c65 authored over 5 years ago by Eliza Weisman <[email protected]>
chore: publish docs `tracing` for master + PR branches (#322)

chore: build and publish documentation for each branch.

This commit introduces support for:
...

c38c247f535261a3856bfb5cb48cbf075e7b8db9 authored over 5 years ago by David Barsky <[email protected]>
chore: fix PR labeler action (#324)

this should fix the build failure

Signed-off-by: Eliza Weisman <[email protected]>

45ac667986ddf9726e45cfbb2cc46ed45e38b526 authored over 5 years ago by Eliza Weisman <[email protected]>
fmt: bump version to be newer than yanked version

Signed-off-by: Eliza Weisman <[email protected]>

bc10a7e60c3237ae466618475a3a9adaa5aeebc8 authored over 5 years ago by Eliza Weisman <[email protected]>
fmt: remove path deps

Signed-off-by: Eliza Weisman <[email protected]>

cf03e3de162d4dad8dc68173c80c5d4e6bb3b493 authored over 5 years ago by Eliza Weisman <[email protected]>
subscriber: remove path deps

Signed-off-by: Eliza Weisman <[email protected]>

4d262b1b011813ba6d70a72abf317e219a96a160 authored over 5 years ago by Eliza Weisman <[email protected]>
subscriber: prepare to release 0.1 (#320)

* subscriber: prepare to release 0.1

This prepares `tracing-subscriber` for an initial stable...

80804f5bcf0187ba231c43ad02f7f7ceaffdf7ec authored over 5 years ago by Eliza Weisman <[email protected]>
tracing: prepare to release 0.1.8 (#319)

* tracing: prepare to release 0.1.8

Changed

- Reorganized and improved API documentation (...

4ce55e674481668082e6b577029e4eab0964d83a authored over 5 years ago by Eliza Weisman <[email protected]>
chore: rm unused dev deps (#321)

These examples were moved in #316, but apparently I forgot to delete
the dev dependencies in so...

c189d93253505bf6026dacf31bf03bb6b128fea3 authored over 5 years ago by Eliza Weisman <[email protected]>
log: prepare to release 0.1 (#318)

This branch prepares `tracing-log` for an 0.1 release.

Taking this crate out of alpha will al...

cd83212a9a1e68db6b0011e76c39a0210a653226 authored over 5 years ago by Eliza Weisman <[email protected]>
tracing: reorganize & clarify documentation (#317)

This branch updates and reorganizes the crate-level docs in `tracing`. In
particular, I've:

...

dbabb844994eac38266ff34fb160b619f13b65de authored over 5 years ago by Eliza Weisman <[email protected]>
chore: move examples to a central crate (#316)

## Motivation

Currently, most crates in this repository have `examples` directories
that con...

e3d29ac4dd7130a35e090362eea1a46429b258e5 authored over 5 years ago by Eliza Weisman <[email protected]>
log: fix cyclic dependency (#315)

Currently, the `tracing-log` crate uses the `CurrentSpan` utility in
`tracing-subscriber`. Howe...

28c5c5f6e0bc569e17be9e87c1659f30f98d3aee authored over 5 years ago by Eliza Weisman <[email protected]>
subscriber: prepare to release 0.0.1-alpha.4 (#313)

Signed-off-by: Eliza Weisman <[email protected]>

09b7c0a2efcc9943402b57ad7539b99c1016c5a1 authored over 5 years ago by Eliza Weisman <[email protected]>
subscriber: pre-0.1 polish pass (#312)

In the near future, the `tracing-subscriber` crate should be ready for a
stable 0.1 release. Be...

2b7d082d9326496c95847e531c1e9250e5dce861 authored over 5 years ago by Eliza Weisman <[email protected]>
fmt, subscriber: move fmt into subscriber (#311)

## Motivation

As discussed in #308, there are a large number of crates in this
repository, w...

2520f97964f00ff6c0129e6c1ca0af15776ae5da authored over 5 years ago by Eliza Weisman <[email protected]>
tracing: prepare to release 0.1.7 (#310)

Changed:

- New (curly-brace free) event message syntax to place the message in
the first f...

0852c826412ff10d222232be312910fb0de3e3f7 authored over 5 years ago by Eliza Weisman <[email protected]>
tracing: new syntax puts messages first (#309)

## Motivation

The old syntax for macros with messages would put the message field
first, fol...

6aae1ccf21d4153f0b1c067f01fe5bc1e5005d3b authored over 5 years ago by Eliza Weisman <[email protected]>
tracing: fix macro log support (#304)

#288 introduced a regression that causes infinite macro recursion when
the `log` feature is ena...

90dbae6ae5f6c1c44eae7ef89e274545eec8e5dd authored over 5 years ago by Eliza Weisman <[email protected]>
docs: add links to external resources (#301)

## Motivation

There is now a handful of blog posts and conference talks about Tracing.
These...

8106b2f500f4cd34ccaf0b8e60ab7c03bde2735e authored over 5 years ago by Eliza Weisman <[email protected]>
examples: track upstream (#307)

Apparently `TcpListener::bind` is async now.

This fixes CI.

Signed-off-by: Eliza Weisman <...

9161b5f2aab064b8edb7b9c07dcd38a86b7a8bcb authored over 5 years ago by Eliza Weisman <[email protected]>
fmt: support customizing output stream (#299)

## Motivation

> When logging trace data, users may wish to write to a number of
> output...

83aa04cc9e22fa61903478e0c983097788142e1d authored over 5 years ago by Jarrod Davis <[email protected]>
Port spawny_thing

64a7ebc2f7b13148b148b91662f5f52820a4204a authored over 5 years ago by Bhargav Voleti <[email protected]>
Review comments

8698321a2f94050399552241b1ee4575529a54af authored over 5 years ago by Bhargav Voleti <[email protected]>
Add proxy server example

* Plus the echo example from tokio for a concurrent echo server

cacbe06138f59ec4eb02cb68dfbe306f72eac29b authored over 5 years ago by Bhargav Voleti <[email protected]>
Async await does not require a feature gate anymore!

a3a789521cc1b70c71d4c5b4e1fb8f3d86d3e47e authored over 5 years ago by Bhargav Voleti <[email protected]>
Address review comments

2100edca3c6c3d51c78093fbdace5c266816e3c6 authored over 5 years ago by Bhargav Voleti <[email protected]>
tracing: update `tracing-attributes` to 0.1.2

Signed-off-by: Eliza Weisman <[email protected]>

ec19f07cc86db18d30884fc81d51f3fe9cb7f28f authored over 5 years ago by Eliza Weisman <[email protected]>
tracing: prepare to release 0.1.6

Added:

- `std::error::Error` as a new primitive type (#277)
- Support for mixing key-value fiel...

561c0c8353ebf6e04292b2531630e7fec30748a7 authored over 5 years ago by Eliza Weisman <[email protected]>
attributes: prepare to release 0.1.2 (#293)

### Changed:

- Updated `syn` and `quote` dependencies to 1.0 (#292)
- Removed direct depende...

3c4bc3d3cc310df514e06a7587030af7608e11e1 authored over 5 years ago by Eliza Weisman <[email protected]>
attributes: remove direct dep on proc-macro2 (#296)

## Motivation

As discussed in #292:

> A follow-up to remove an explicit dependency on `pro...

b6ad438c4f27c3ce1e328e7b63359ced050360cc authored over 5 years ago by Jarrod Davis <[email protected]>
futures: add initial support for tokio 0.2, futures-preview (#279)

This branch adds impls of `tokio` 0.2 and `futures-core-preview` traits
for `tracing-futures`' ...

6f05e79e66d2e50b3550a37809f5e76a431c599d authored over 5 years ago by Eliza Weisman <[email protected]>
tracing: update to use core 0.1.5

Signed-off-by: Eliza Weisman <[email protected]>

2fd02e7a47aec0e1370143116394765e87f11969 authored over 5 years ago by Eliza Weisman <[email protected]>
fmt: support std::error::Error nicely

Signed-off-by: Eliza Weisman <[email protected]>

5cd323898958c0831e9dfbedab12d027559c1354 authored over 5 years ago by Eliza Weisman <[email protected]>
fmt: demo error support

Signed-off-by: Eliza Weisman <[email protected]>

d59da3836b149ebd236dbd11ed75c84b92e44f65 authored over 5 years ago by Eliza Weisman <[email protected]>
attributes: update dependencies (#292)

## Motivation

`tokio` 0.2 introduced a `tokio-macros` crate that uses macro-related
dependen...

52dc09d573c98c3d8ea2e4702e580961b3509204 authored over 5 years ago by Jarrod Davis <[email protected]>
fmt: update parking_lot (#290)

## Motivation

Usage of `tracing-fmt` with `tokio` 0.2 results in duplicate
dependencies beca...

ebf4f25e6b95801a63ac31930d20c3f08ec20b36 authored over 5 years ago by Jarrod Davis <[email protected]>
tracing: don't require delimiters for format_args (#288)

## Motivation

Currently, the `tracing` macros require curly braces as delimiters when
a `f...

4a8542dd5e4406948d404f1bc7b2c705fa05102a authored over 5 years ago by Eliza Weisman <[email protected]>
core: prepare to release 0.1.5 (#287)

* core: remove `local_inner_macros`

This is unnecessary as we no longer support Rust 1.26

...

215d0efdbf545026a6ccdb0a65c17a3d7ad71e1e authored over 5 years ago by Eliza Weisman <[email protected]>
subscriber: add function to send an event to the inner subscriber (#286)

## Motivation

In some cases, `Layer` implementations may wish to trigger new events on
the i...

a9d4d98e39fdd54f221ae0977c23f3431afd71e4 authored over 5 years ago by Eliza Weisman <[email protected]>