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
Notification
Commits
f429bb0b
Commit
f429bb0b
authored
Mar 25, 2021
by
Riabokon Stanislav(EPAM)[GCP]
Browse files
Changed log level.
parent
661fc423
Changes
4
Hide whitespace changes
Inline
Side-by-side
provider/notification-gcp/src/main/resources/application-dev.properties
View file @
f429bb0b
...
...
@@ -14,7 +14,6 @@
# limitations under the License.
#
logging.level.org.springframework.web
=
DEBUG
spring.profiles.active
=
dev
app.entitlements
=
https://entitlements-dot-opendes.appspot.com/entitlements/v1
app.register
=
https://os-register-dot-opendes.appspot.com/api/register/v1
...
...
provider/notification-gcp/src/main/resources/application-local.properties
View file @
f429bb0b
...
...
@@ -14,7 +14,6 @@
# limitations under the License.
#
logging.level.org.springframework.web
=
DEBUG
spring.profiles.active
=
local
app.entitlements
=
https://entitlements-dot-opendes.appspot.com/entitlements/v1
app.register
=
https://os-register-dot-opendes.appspot.com/api/register/v1
...
...
provider/notification-gcp/src/main/resources/application.properties
View file @
f429bb0b
...
...
@@ -15,6 +15,7 @@
#
LOG_PREFIX
=
notification
logging.level.org.springframework.web
=
${LOG_LEVEL:DEBUG}
server.servlet.contextPath
=
/
app.expireTime
=
300
app.maxCacheSize
=
10
...
...
provider/notification-gcp/src/main/resources/logback.xml
View file @
f429bb0b
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<include
resource=
"org/springframework/boot/logging/logback/defaults.xml"
/>
<property
resource=
"application.properties"
/>
<logger
name=
"org.opengroup.osdu"
level=
"${LOG_LEVEL}"
/>
<springProfile
name=
"local"
>
<appender
name=
"CONSOLE"
class=
"ch.qos.logback.core.ConsoleAppender"
>
<encoder>
...
...
@@ -8,7 +10,7 @@
<charset>
utf8
</charset>
</encoder>
</appender>
<root
level=
"
DEBUG
"
>
<root
level=
"
info
"
>
<appender-ref
ref=
"CONSOLE"
/>
</root>
</springProfile>
...
...
@@ -28,7 +30,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