Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Logging Support #6

Closed
sevensolutions opened this issue Jul 15, 2023 · 3 comments
Closed

Logging Support #6

sevensolutions opened this issue Jul 15, 2023 · 3 comments
Labels
enhancement New feature or request
Milestone

Comments

@sevensolutions
Copy link
Owner

IIS worker processes don't log to stdout which is pretty bad.
But maybe we can provide a named pipe to the application so the app developer can configure logging to it manually.

Nomad is already creating a named pipe for logging, but only the Administrator account is permitted to access it.
So we should try to wrap it into a new one and permit the AppPool user.

@sevensolutions sevensolutions added the enhancement New feature or request label Jul 15, 2023
@sevensolutions
Copy link
Owner Author

Named pipes dont play nicely with regular file-loggers because the pipe breaks if the connection gets closed.
Therefore i've built an experimental UDP-based log-sink.

@sevensolutions sevensolutions added this to the Release 1.0 milestone Sep 17, 2023
@sevensolutions
Copy link
Owner Author

@sevensolutions
Copy link
Owner Author

This is what we can do in IIS Docker Containers:
https://blogs.iis.net/jeonghwan/how-to-use-iis-insider-docker-tag

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant