Code Monkey home page Code Monkey logo

Comments (6)

rogerc avatar rogerc commented on June 14, 2024

Hi @phakinch ,

I've looked into the scenario to find possible fixes. Unfortunately using fs.existsSync slows down my tests by 25% which this is not good. I've looked at using fs.watch but it doesn't seem to raise any event on deletion. I'll see if I can find a solution for this that doesn't impact performance over the next month. If I can't I'll close the issue then.

Thanks

Roger

from file-stream-rotator.

phakinch avatar phakinch commented on June 14, 2024

Hi @rogerc,

Thank you for looking into this. Another option, if possible, is to have a function to manually rotate file, so it can be invoked by the main program to open a new file to stream to. The main program may be triggered by signal or http request without the need to restart in order to inject data into file stream.

Thanks,

Phakin Ch.

from file-stream-rotator.

rogerc avatar rogerc commented on June 14, 2024

Hi @phakinch

I'll look into creating a function to trigger the manual rotation which in the event of the original file missing, it would create it again.

Roger

from file-stream-rotator.

rogerc avatar rogerc commented on June 14, 2024

Hi @phakinch

I'm preparing an update and revisited this issue. I've tested several ways of using fs.watcher but it seems that it only recreates the file once. If it gets deleted a second time except for a couple of times, watcher doesn't seem to pick it up. For now it will pick up at least one deletion within the current time period the log file is recording. This could be how MacOS behaves and might be OK under Linux.

Roger

from file-stream-rotator.

rogerc avatar rogerc commented on June 14, 2024

Hi @phakinch

I've moved the log watcher behind the option flag 'watch_log' available when creating the stream. Please have a look at the README for more information. v0.5.3 has been published that includes this change.

Roger

from file-stream-rotator.

phakinch avatar phakinch commented on June 14, 2024

Hi @rogerc

Thank you for the update. Love it.

Cheers,
Phakin Ch.

from file-stream-rotator.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.