chore: enable cloud setting on mobile (#4060)

* chore: enable cloud setting on mobile

* chore: disable ansi

* chore: bump up client api

* chore: bump up client api
This commit is contained in:
Nathan.fooo
2023-11-30 19:17:49 -08:00
committed by GitHub
parent 0683483fd4
commit b43b522d97
14 changed files with 110 additions and 69 deletions

View File

@ -47,7 +47,7 @@ impl Builder {
.with_target(false)
.with_max_level(tracing::Level::TRACE)
.with_thread_ids(false)
.with_writer(std::io::stdout)
.with_writer(std::io::stderr)
.pretty()
.with_env_filter(env_filter)
.finish()