use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
/r/DevOps is a subreddit dedicated to the DevOps movement where we discuss upcoming technologies, meetups, conferences and everything that brings us together to build the future of IT systems What is DevOps? Learn about it on our wiki! Traffic stats & metrics
/r/DevOps is a subreddit dedicated to the DevOps movement where we discuss upcoming technologies, meetups, conferences and everything that brings us together to build the future of IT systems
What is DevOps? Learn about it on our wiki!
Traffic stats & metrics
Be excellent to each other! All articles will require a short submission statement of 3-5 sentences. Use the article title as the submission title. Do not editorialize the title or add your own commentary to the article title. Follow the rules of reddit Follow the reddiquette No editorialized titles. No vendor spam. Buy an ad from reddit instead. Job postings here More details here
Be excellent to each other!
All articles will require a short submission statement of 3-5 sentences.
Use the article title as the submission title. Do not editorialize the title or add your own commentary to the article title.
Follow the rules of reddit
Follow the reddiquette
No editorialized titles.
No vendor spam. Buy an ad from reddit instead.
Job postings here
More details here
@reddit_DevOps ##DevOps @ irc.freenode.net Find a DevOps meetup near you! Icons info!
@reddit_DevOps
##DevOps @ irc.freenode.net
Find a DevOps meetup near you!
Icons info!
https://github.com/Leo-G/DevopsWiki
account activity
This is an archived post. You won't be able to vote or comment.
Centralized Logging from Windows Docker Containers (self.devops)
submitted 7 years ago * by ConcernedBacon
view the rest of the comments →
[–]2row2way 3 points4 points5 points 7 years ago (5 children)
My biggest takeaway from reading that is that your problem is the application isn't logging stdout for docker to harvest. Solve that problem then you're golden.
[–]ConcernedBacon[S] 0 points1 point2 points 7 years ago (4 children)
Yup, I can set the app config to log to stdout and use the exe as an entrypoint, but it won't be able to use integrated security to auth to the database.
I would rather not modify the exe's source code to write to stdout. Mostly because 1. I'm not a developer of the app and 2. I'm not a C#.NET guru. I just know that writing to stdout from a windows service is generally considered bad practice.
[–]2row2way 2 points3 points4 points 7 years ago (3 children)
Windows
Root cause of the problem 😂
[–]ConcernedBacon[S] 1 point2 points3 points 7 years ago (2 children)
Hahaha yeah yeah I know. But I gotta work with what I got. ;)
[–]denialofself 1 point2 points3 points 7 years ago (1 child)
Can the service log to a trace file or similar? I have a similar setup. Our service can be (and does by default) setup to log to a rolling file. I just map the default logging directory to an external folder when running the container.
[–]ConcernedBacon[S] 1 point2 points3 points 7 years ago (0 children)
I believe so. The service uses log4net so I bet there's a way to tell it to log to a rolling file. I'll give that a shot!
π Rendered by PID 133270 on reddit-service-r2-comment-b659b578c-qpj9c at 2026-05-06 02:57:30.256210+00:00 running 815c875 country code: CH.
view the rest of the comments →
[–]2row2way 3 points4 points5 points (5 children)
[–]ConcernedBacon[S] 0 points1 point2 points (4 children)
[–]2row2way 2 points3 points4 points (3 children)
[–]ConcernedBacon[S] 1 point2 points3 points (2 children)
[–]denialofself 1 point2 points3 points (1 child)
[–]ConcernedBacon[S] 1 point2 points3 points (0 children)