Changelog: Add entry for changing log file name

This commit is contained in:
Ilija Lazoroski 2022-03-09 16:35:48 +01:00
parent 52617cfcdc
commit 0947e41ea9
1 changed files with 2 additions and 0 deletions

View File

@ -21,6 +21,7 @@ Changelog](https://keepachangelog.com/en/1.0.0/).
- The process list collection system info collector to now be a post-breach action. #1697 - The process list collection system info collector to now be a post-breach action. #1697
- The "/api/monkey/download" endpoint to accept an OS and return a file. #1675 - The "/api/monkey/download" endpoint to accept an OS and return a file. #1675
- Log messages to contain human-readable thread names. #1766 - Log messages to contain human-readable thread names. #1766
- The log file name to `infection-monkey-agent-<random_string>-<timestamp>.log`. #1761
### Removed ### Removed
- VSFTPD exploiter. #1533 - VSFTPD exploiter. #1533
@ -51,6 +52,7 @@ Changelog](https://keepachangelog.com/en/1.0.0/).
- ElasticGroovy exploiter. #1732 - ElasticGroovy exploiter. #1732
- T1082 attack technique report. #1754 - T1082 attack technique report. #1754
- 32-bit agents. #1675 - 32-bit agents. #1675
- Logging config options. #1761
### Fixed ### Fixed
- A bug in network map page that caused delay of telemetry log loading. #1545 - A bug in network map page that caused delay of telemetry log loading. #1545