-
I have a weird symbols added to a log file, I guess its some prettification for terminal output
```
2024-10-23T00:00:19.268093Z TRACE process_token{^[[3mmint^[[0m^[[2m=^[[0m"FxcVT3p9Mfrw84DPYrNc4o…
-
I don't believe tracy can display ansi characters so it's just added characters that obfuscate span names.
I saw that ansi support for tracing_subscriber is a feature flag so it might only be possibl…
-
It is a clear limitation of the entire method of mirroring that order of operations are not strictly maintained. Files are posted, mostly in the order the changes are created, then the events are que…
-
**Description**
Half of the time when my SpongeForge server boots up ever since Witchery was added to the modpack that is hosted, the boot process is halted within 20 seconds using a bad type on oper…
-
## Bug Report
### Version
cargo.toml
```
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.18", features = ["env-filter", "local-time"] }
tracing-appender = "0.2.3"
```
### Plat…
-
I can't figure out how to subscribe to a topic, publishing has been working fine, however I have tried all examples provided in the repo and they don't seen to work, I'm currently using version 1.4.6,…
-
Cluster metadata operation does not return topics when none is provided.
```rust
use samsa::prelude::{ClusterMetadata, TcpConnection};
use std::fmt::Error;
use tracing::level_filters::LevelFilte…
-
### Describe the bug
I have a robot with the latest release of the zenoh bridge connecting as a client to a Zenoh router in a Kubernetes cluster. On the same k8s cluster I have a container with a z…
-
I'm using Laravel 10, and latest mailcoach sdk (with a self hosted mailcoach, latest version). And guzzlehttp/guzzle 7.9.2
I try to do
`$mailcoachSubscriber->addTags(['test']);
`
I have this code (Ma…
-
Not sure how yet but this exception
```
Module ZPublisher.WSGIPublisher, line 181, in transaction_pubevents
Module ZPublisher.WSGIPublisher, line 391, in publish_module
Module ZPublisher.WSGIPub…