Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
memoriav
Memobase 2020
services
Elasticsearch Services
Search Doc Service
Commits
d869cc62
Commit
d869cc62
authored
Feb 22, 2022
by
Jonas Waeber
Browse files
Remove log message that the service is running
parent
3c47e8f8
Pipeline
#44125
passed with stages
in 11 minutes and 25 seconds
Changes
1
Pipelines
4
Hide whitespace changes
Inline
Side-by-side
src/main/kotlin/ch/memobase/Service.kt
View file @
d869cc62
...
...
@@ -109,7 +109,6 @@ class Service(settings: SettingsLoader) {
stream
.
use
{
it
.
start
()
while
(
stream
.
state
().
isRunningOrRebalancing
)
{
log
.
info
(
"Service is running."
)
Thread
.
sleep
(
10_000L
)
}
it
.
cleanUp
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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