Posts by manasouza • 130 points
2 posts
-
0
votes1
answer437
viewsA: Log Implementation in spring boot
You can use Logback and the following config snippet on logback.xml: <appender name="TIME_BASED_FILE" class="ch.qos.logback.core.rolling.RollingFileAppender">…
-
0
votes2
answers62
viewsA: Are Google Compute Engine servers redundant by default?
To the extent that I know, if you want to ensure this type of availability, you must have at least another machine registered in another zone/region, using a load and template instance groups for…