]>
BookStack Code Mirror - bookstack/blobdiff - app/Config/logging.php
projects
/
bookstack
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Merge branch 'auth' of git://github.com/benrubson/BookStack into benrubson-auth
[bookstack]
/
app
/
Config
/
logging.php
diff --git
a/app/Config/logging.php
b/app/Config/logging.php
index 375e84083f9cb647468521cb2a850397684b645e..ba77ba81e87ac5d6b1daf8bdecfc4f38a6207117 100644
(file)
--- a/
app/Config/logging.php
+++ b/
app/Config/logging.php
@@
-86,4
+86,9
@@
return [
],
],
+ // Failed Access Message
+ // Defines the message to log into webserver logs in case of failed access,
+ // for further processing by tools like Fail2Ban.
+ 'failed_access_message' => env('FAILED_ACCESS_MESSAGE', ''),
+
];