rogerc / file-stream-rotator

NodeJS file stream rotator
MIT License
142 stars 68 forks source link

Print Error Message in RemoveFile(file) #95

Open JohnPeters7116 opened 1 year ago

rogerc commented 1 year ago

Hi @JohnPeters7116

The changes were made in the generated JS files in the lib folder instead of the Typescript sources.

I looked at exposing the remove log function but cannot see the use case that would involve removing the file without updating the audit file.

Would the use case be in case you are managing your own audit log? If this is the case you already have the information to delete the file directly. if its to remove it from the audit log, this will be removed as new files get added.