mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
chore: add custom folder prompt (#3961)
* chore: add custom folder prompt * chore: zip collab db * chore: fix test * chore: add test * chore: fmt * chore: fmt * chore: fmt
This commit is contained in:
@ -28,7 +28,7 @@ impl Builder {
|
||||
Builder {
|
||||
name: name.to_owned(),
|
||||
env_filter: "Info".to_owned(),
|
||||
file_appender: tracing_appender::rolling::daily(directory, format!("{}", name)),
|
||||
file_appender: tracing_appender::rolling::daily(directory, name),
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user