isakar

Results 3 comments of isakar

I am using a mac with OS X El Capitan and the final deploy would be over Amazon C2 server. The log file would be created in the same level...

Also, I am doing another quick test with this example: ``` var fs = require('fs'); var stream = fs.createWriteStream("MyFile.txt"); stream.once('open', function(fd) { stream.write("Row 1 writing\n"); stream.write("Next row\n"); stream.end(); }); ```...

I can see this in the console: node 50478 SakarI 22w REG 1,4 2752 15317040 /private/var/folders/79/pybn74xx6h9f97v3s_4m54cc0006by/T/nar-PictureBookWS-0.0.1-1462473651036/logs/pbws.log Actually is the name of my log, but I don't know how could I...