Releases: mathiasgrimm/laravel-log-keeper
Releases · mathiasgrimm/laravel-log-keeper
Release Notes
- There is an issue with the log file name which was clashing with the laravel log file therefore the name is no longer laravel-log-keeper-yyyy-mm-dd.log and it is now laravellogkeeper-yyyy-mm-dd.log
Release Notes
- Fixing wrong namespace for Exception on the RemoteLogsRepo (@eblount )
- Adding regression test for the item above
- Adding new FakeRemoteLogsRepo
Release Notes
- Moving remote_disk validation from the Service Provider to the RemoteLogsRepo
Release Notes
- Fixing undefined variable problem in the Command
Release Notes
- Adding log to when the file is being uploaded
- Fixing spelling mistake
Release Notes
Fixing Service - Unnecessary file compression when remote was disabled
Release Notes
Initial Release