Skip to content

Commit bfc489d

Browse files
committed
Log the latest findings before release
1 parent d61be40 commit bfc489d

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

RELEASES.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,12 @@ Remember to update the configuration file (`application.conf`):
1515

1616
- `logger.*` parameters has been migrated to `logback.xml`, remove them from
1717
your config
18+
19+
The following section is now required for use in production:
20+
21+
```
22+
play.filters.enabled += play.filters.hosts.AllowedHostsFilter
23+
play.filters.hosts {
24+
allowed = ["loglist.xyz"]
25+
}
26+
```

0 commit comments

Comments
 (0)