update predefined environment and logback
This commit is contained in:
@@ -9,7 +9,7 @@ insert_final_newline = true
|
|||||||
max_line_length = 120
|
max_line_length = 120
|
||||||
tab_width = 4
|
tab_width = 4
|
||||||
|
|
||||||
[*.{md,json,yml}]
|
[*.{md,json,xml,xsd,yml}]
|
||||||
max_line_length = 1024
|
max_line_length = 1024
|
||||||
indent_size = 2
|
indent_size = 2
|
||||||
tab_width = 2
|
tab_width = 2
|
||||||
|
|||||||
@@ -44,9 +44,9 @@ spring:
|
|||||||
|
|
||||||
---
|
---
|
||||||
##############################
|
##############################
|
||||||
### Production environment ###
|
### Kubernetes environment ###
|
||||||
##############################
|
##############################
|
||||||
spring:
|
spring:
|
||||||
config:
|
config:
|
||||||
activate:
|
activate:
|
||||||
on-profile: production
|
on-profile: kubernetes
|
||||||
|
|||||||
@@ -7,7 +7,10 @@
|
|||||||
<root level="INFO">
|
<root level="INFO">
|
||||||
<appender-ref ref="STDOUT"/>
|
<appender-ref ref="STDOUT"/>
|
||||||
</root>
|
</root>
|
||||||
<springProfile name="develop|docker">
|
<springProfile name="development">
|
||||||
|
<logger level="TRACE" name="ltd.hlaeja"/>
|
||||||
|
</springProfile>
|
||||||
|
<springProfile name="docker">
|
||||||
<logger level="DEBUG" name="ltd.hlaeja"/>
|
<logger level="DEBUG" name="ltd.hlaeja"/>
|
||||||
</springProfile>
|
</springProfile>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
|||||||
Reference in New Issue
Block a user