mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
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:
@ -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()
|
||||
|
Reference in New Issue
Block a user