Merge pull request #351 from mozilla-services/chore/improve-local-logging

chore: improve local logging
This commit is contained in:
Rachel Tublitz 2019-11-25 12:22:10 -05:00 committed by GitHub
commit f62f276c49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,2 +1,4 @@
database_url = "mysql://sample_user:sample_password@localhost/syncstorage_rs"
master_secret = "some_secret_here"
master_secret = "some_secret_here"
# removing this line will default to moz_json formatted logs (which is preferred for production envs)
human_logs = 1