From 8c3ba7eeba59f83dff59753ef9d043d0c5d07027 Mon Sep 17 00:00:00 2001 From: Stephen Margheim Date: Tue, 12 Dec 2023 09:34:06 +0100 Subject: [PATCH] Simplify log excerpt --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f23aa8f..1f04782 100644 --- a/README.md +++ b/README.md @@ -108,9 +108,9 @@ end With Litestream properly configured and the MinIO server and Litestream replication process running, you should see something like the following in your terminal logs when you start the `bin/dev` process: ```sh -litestream.1 | time=YYYY-MM-DDTHH:MM:SS level=INFO msg=litestream version=v0.3.xx -litestream.1 | time=YYYY-MM-DDTHH:MM:SS level=INFO msg="initialized db" path=/path/to/your/app/storage/development.sqlite3 -litestream.1 | time=YYYY-MM-DDTHH:MM:SS level=INFO msg="replicating to" name=s3 type=s3 sync-interval=1s bucket=mybkt path="" region=us-east-1 endpoint=http://localhost:9000 +time=YYYY-MM-DDTHH:MM:SS level=INFO msg=litestream version=v0.3.xx +time=YYYY-MM-DDTHH:MM:SS level=INFO msg="initialized db" path=/path/to/your/app/storage/development.sqlite3 +time=YYYY-MM-DDTHH:MM:SS level=INFO msg="replicating to" name=s3 type=s3 sync-interval=1s bucket=mybkt path="" region=us-east-1 endpoint=http://localhost:9000 ``` ## Development