Skip to content

Colored not work with tracing #210

@lucasjinreal

Description

@lucasjinreal
Observer
2025-10-09 12:26:06  INFO deus_core::agent::agent: deus-core/src/agent/agent.rs:212: \x1b[1;32mObserver at turn 1\x1b[0m: CompletionStatus { status: "done", progress: 100, summary: "User information retrieved and rectangle area calculated successfully.", recommendations: [] }
 println!("{}", "Observer".green().bold());

                            info!(
                                "{}: {:?}",
                                format!("Observer at turn {}", current_turn).green().bold(),
                                status
                            );

println is work, but inside tracing not work, am wondering, is anyone worked with tracing?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions