Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Open Subsurface Data Universe Software
Platform
System
Partition
Commits
4ea2e8ee
Commit
4ea2e8ee
authored
Feb 27, 2021
by
Riabokon Stanislav(EPAM)[GCP]
Browse files
Fixed logs.
parent
2e12fd75
Changes
2
Hide whitespace changes
Inline
Side-by-side
provider/partition-gcp/src/main/resources/application.properties
View file @
4ea2e8ee
...
...
@@ -19,6 +19,5 @@ KMS_KEY=${kms-key}
GOOGLE_CLOUD_PROJECT
=
${google-cloud-project}
#logging configuration
logging.level.org.springframework.web
=
DEBUG
logging.level.org.opengroup.osdu
=
debug
logging.level.org.springframework.web
=
${LOG_LEVEL:DEBUG}
provider/partition-gcp/src/main/resources/logback.xml
View file @
4ea2e8ee
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<include
resource=
"org/springframework/boot/logging/logback/defaults.xml"
/>
<logger
name=
"org.opengroup.osdu"
level=
"DEBUG"
/>
<springProfile
name=
"local"
>
<appender
name=
"CONSOLE"
class=
"ch.qos.logback.core.ConsoleAppender"
>
<encoder>
...
...
@@ -8,7 +9,7 @@
<charset>
utf8
</charset>
</encoder>
</appender>
<root
level=
"
DEBUG
"
>
<root
level=
"
info
"
>
<appender-ref
ref=
"CONSOLE"
/>
</root>
</springProfile>
...
...
@@ -28,7 +29,7 @@
</encoder>
</appender>
<root
level=
"
debug
"
>
<root
level=
"
info
"
>
<appender-ref
ref=
"stdout"
/>
</root>
</springProfile>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment