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