From fc092d87a948ed6f49fafd9fcebe18f479d674ca Mon Sep 17 00:00:00 2001
From: Cameron Rodriguez <rod.cam2014+dev@gmail.com>
Date: Mon, 24 Dec 2018 01:28:34 -0500
Subject: [PATCH] added default crash message for Logentries

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 69b50d0..59a5a15 100644
--- a/README.md
+++ b/README.md
@@ -45,7 +45,7 @@ $ git push heroku master
 $ heroku ps:scale worker=1
 ```
 
-You should also install the [Logentries addon](https://elements.heroku.com/addons/logentries) to notify yourself of errors or crashes.
+You should also install the [Logentries addon](https://elements.heroku.com/addons/logentries) to notify yourself of errors or crashes. The standard pattern for error messages is ```Entering log protection mode.```
 
 ## Forks and Contributing
 
-- 
GitLab