Giter VIP home page Giter VIP logo

Comments (5)

dougwilson avatar dougwilson commented on May 4, 2024

Hm, that seems to work for me just fine. I would try two things:

  1. Provide an absolute path for the fs.createWriteStream to be sure it is using the same file you are expecting.
  2. Can you provide a full app that reproduces the issue? It could be caused by something you have in your app not displayed above, maybe?

from morgan.

Findiglay avatar Findiglay commented on May 4, 2024

Hi Doug, thanks for the reply.

I've changed to absolute path (I think), but still no diff. I'm using fullstack-angular-generator as a base. Morgan already comes with, and is set in this file:

https://github.com/Findiglay/vetstodo/blob/master/server/config/express.js

The log is being created here, but remains empty: https://github.com/Findiglay/vetstodo/blob/master/access.log

Although as mentioned I see the 'common' flags in my console.

Cheers,

from morgan.

dougwilson avatar dougwilson commented on May 4, 2024

@Findiglay any reason why the repository has {flags: 'w'} instead of {flags: 'a'}?

from morgan.

Findiglay avatar Findiglay commented on May 4, 2024

@dougwilson that flag should be valid if the file has already been created I understand,

see https://nodejs.org/api/fs.html#fs_fs_createwritestream_path_options

I can confirm this is a Windows 8 issue, the same code is working fine on iOS. I'm happy to close this as it may be an irregular issue.

from morgan.

dougwilson avatar dougwilson commented on May 4, 2024

Gotcha. I run Windows 7 and it writes to the file just fine as well, which is why I was asking. I'm also using Node.js 0.10.x if that helps, as I don't know which version of Node.js you're using (because, perhaps it's a Node.js bug?).

from morgan.

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.