Open dmg46664 opened 5 years ago
I guess the stacktrace isn't due to an error given it's a DEBUG log level, just unusual to see stacktraces for non-errors.
Thanks for the feedback, the main changes needed are just changing configuration in logback.xml but I didn't call that out explicitly. But it's clear another section that is missing is the theory of what all the log aggregation bits are.
That error is just trying to use epoll with netty which can't work on non linux, which isn't something I run into so I forgot to include a note about it thanks for calling that out.
I like the level of detail you are providing I have worried its too much in the past but given the experiences I think it worth adding more of this.
No worries :-) This course is useful so I'm happy to go through it, and it should help others. :-)
I don't have all that much time, so it will be done in drips and drabs. I thought I'd post it here and you can take review my comments rather than me submitting pull requests which might not have associated reasoning.
I wanted to let you know I incorporated this feedback into the new version of this talk thanks for the time.
Great! Unfortunately my mac is in for repairs and so I have been unable to continue for the moment.
Hi Jeff, Thanks for providing this online. I'm going to try make my way through these.
Please see some inline comments on your instructions below.
I don't think it's wise to have guidance in both a pdf and task file. Ideally there should be one source of truth to act as a guide and I would make it the task file (otherwise a reader's concentration has to be split).
I think that each lab should fully introduce and contain all the information required. I.e. the following:
Lab 01 rewrite
docker-compose up
starts up various programs defined ininfra/docker-compose.yml
and the subdirectories below it.Next open
links.html
in the browser. The items under Infra links provides links to the docker containers if they have come online properly.Kibana & Logstash & Elastic search make up the ELK stack.
Run the first application
But where have the logs been saved to in your application?