From d1a842195849a78bcc7e8a048f65b069b85b808f Mon Sep 17 00:00:00 2001 From: Rachel Tublitz Date: Fri, 22 Nov 2019 13:57:32 -0500 Subject: [PATCH 1/2] chore: improve local logging Closes #350 --- config/local.example.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/local.example.toml b/config/local.example.toml index 60c43344..31e55519 100644 --- a/config/local.example.toml +++ b/config/local.example.toml @@ -1,2 +1,3 @@ database_url = "mysql://sample_user:sample_password@localhost/syncstorage_rs" -master_secret = "some_secret_here" \ No newline at end of file +master_secret = "some_secret_here" +human_logs = 1 From 84f25af5e36c13f69d0c422c15783420051613a7 Mon Sep 17 00:00:00 2001 From: Rachel Tublitz Date: Mon, 25 Nov 2019 09:12:52 -0500 Subject: [PATCH 2/2] docs: add descriptive comment closes #350 --- config/local.example.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/local.example.toml b/config/local.example.toml index 31e55519..24338b82 100644 --- a/config/local.example.toml +++ b/config/local.example.toml @@ -1,3 +1,4 @@ database_url = "mysql://sample_user:sample_password@localhost/syncstorage_rs" master_secret = "some_secret_here" -human_logs = 1 +# removing this line will default to moz_json formatted logs (which is preferred for production envs) +human_logs = 1