These instructions were performed on a RaspberryPI 2 with a proper heatsink.
sudo raspi-config- Choose
1. Expand Filesystem - Choose
3. Enable Boot to Desktop/Scratchand chooseDesktop Log in as user 'pi' at the graphical desktop
| <?xml version="1.0" encoding="UTF-8"?> | |
| <configuration scan="true" scanPeriod="5 seconds" > | |
| <appender name="ELASTIC" class="com.internetitem.logback.elasticsearch.ElasticsearchAppender"> | |
| <url>https://logsene-receiver.sematext.com/_bulk</url> | |
| <index>your-sematext-index-token</index> | |
| <type>some-type</type> | |
| <loggerName>es-logger</loggerName> | |
| <errorLoggerName>es-error-logger</errorLoggerName> | |
| <properties> |
I hereby claim:
To claim this, I am signing this object:
Gebaseerd op devoxx4kids Minecraft workshop
| import org.slf4j.Logger; | |
| import org.slf4j.LoggerFactory; | |
| import org.springframework.http.HttpHeaders; | |
| import org.springframework.http.HttpRequest; | |
| import org.springframework.http.MediaType; | |
| import org.springframework.http.client.ClientHttpRequestExecution; | |
| import org.springframework.http.client.ClientHttpRequestInterceptor; | |
| import org.springframework.http.client.ClientHttpResponse; | |
| import org.springframework.util.StreamUtils; |