Coder Social home page Coder Social logo

Comments (4)

rogerc avatar rogerc commented on September 15, 2024

@johnson-tito @mattberther last commit has support for extension. I'd appreciate if you could test it in your environment before I release v0.5.1. The readme shows the new option for the extension. Thanks

from file-stream-rotator.

rogerc avatar rogerc commented on September 15, 2024

v0.5.3 has been published that includes this change

from file-stream-rotator.

mattberther avatar mattberther commented on September 15, 2024

@rogerc I just noticed that the extension only happens with a rotation event. The following script:

var os = require('os');

var logStream = require('file-stream-rotator').getStream({
    filename: './logs/application-%DATE%',
    frequency: 'custom',
    extension: '.testlog',
    end_stream: true
});

for (var i = 0; i < 10; i++) {
    logStream.write(randomString(1056) + os.eol);
}

results in a single file without the .testlog extension. However, once rotation is added using the size option, things work fine. Any chance we can have the extension applied in all cases?

from file-stream-rotator.

rogerc avatar rogerc commented on September 15, 2024

@mattberther I've fixed the issue and also fixed another issue that wasn't rotating when just using file size as the condition. I've pushed v 0.5.4 to npm.

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.