Update CHANGELOG.md (removed island logger config)

This commit is contained in:
Shreya 2021-05-10 16:47:30 +05:30
parent 6d04e7cbb4
commit 0556465c6a
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
instead of $HOME. #1143
- Authentication mechanism to use bcrypt on server side. #1139
- Removed relevant dead code as reported by Vulture. #1149
- Removed island logger config and added "log_level" to server config. #1151
### Fixed
- Attempted to delete a directory when monkey config reset was called. #1054