You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our application uses IIS node and it has 2 kinds of logs, Error and Access(request).
Currently the logs are written to fileSystem using npm packages. We would like to write the logs to stdout/stderr and use the capabilities of IISNODE to save to filesystem.
Is there a way to send stdout to one file (request.log) and stderr to another file(error.log) ?
The text was updated successfully, but these errors were encountered:
Our application uses IIS node and it has 2 kinds of logs, Error and Access(request).
Currently the logs are written to fileSystem using npm packages. We would like to write the logs to stdout/stderr and use the capabilities of IISNODE to save to filesystem.
Is there a way to send stdout to one file (request.log) and stderr to another file(error.log) ?
The text was updated successfully, but these errors were encountered: