Log files are always being saved to default directory
See original GitHub issueI tried running this command:
forever start ./bin/www -l '/logs/nodejs/mylog.log' -o '/logs/nodejs/out.log' -e '/logs/nodejs/error.log' --spinSleepTime 10000 -c
But it keeps saving the logs in the default directory. It completely ignores the flags
Issue Analytics
- State:
- Created 8 years ago
- Comments:11
Top Results From Across the Web
View or Change the Default Locations for Data and Log Files
In Database default locations, view the current default locations for new data files and new log files. To change a default location, ...
Read more >Where are userspace programs supposed to save their logs?
If you as an ordinary user decide to run a program, the natural place for its logs are in your home directory. Your...
Read more >Change location of log files - Macrium Support Forum
The Reflects logs have always been located in the '<PRAOGRAMDATA>\Macrium\Reflect' folder by default. Log file save location can only be ...
Read more >Enabling full verbose logging - Esri Support
The default directory for Windows is <ArcGIS Installation Directory>\ArcIMS\ArcIMS\Server\log. The default for UNIX and Linux is $AIMSHOME/log directory. You ...
Read more >How to manage SQL Server logs effectively - SQLShack
The agent log file extension is *.OUT and stored in the log folder as per default configuration. For example, in my system, the...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
FOREVER_ROOT works for me, though it also creates
pids
andsock
directories there. Good enough solution.This really works fine in my env!!! ^0^
see from:https://stackoverflow.com/questions/21021186/where-does-forever-store-console-log-output