colored
colored copied to clipboard
Colors are not working on the server
I use the warp terminal, where colors work, but after connecting to the Ubuntu server via ssh, colors do not work on it. How can I solve this problem?
tracing::info!(
"{}",
format!("{addr} ({resolved_addr}) → TUNNEL connection").bright_purple()
);
it's not server, with tracing just not work.