Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
ELASTIC-H2020
ELASTIC-SA
NFR-Tool
NFRTool - Time and Energy
Commits
2d5c9669
Commit
2d5c9669
authored
Sep 24, 2021
by
Rita Sousa
Browse files
Updated log4j2 and dataClay artifact version
parent
081a0e5d
Changes
3
Hide whitespace changes
Inline
Side-by-side
app/log4j2.xml
View file @
2d5c9669
...
...
@@ -7,7 +7,7 @@
</Console>
</Appenders>
<Loggers>
<Logger
name=
"app.Monitor"
level=
"
trace
"
additivity=
"false"
>
<Logger
name=
"app.Monitor"
level=
"
info
"
additivity=
"false"
>
<AppenderRef
ref=
"Console"
/>
</Logger>
<Logger
name=
"app.DataclayWritingManager"
level=
"trace"
additivity=
"false"
>
...
...
app/pom.xml
View file @
2d5c9669
...
...
@@ -21,7 +21,7 @@
<dependency>
<groupId>
es.bsc.dataclay
</groupId>
<artifactId>
dataclay
</artifactId>
<version>
2.6.1
-SNAPSHOT
</version>
<version>
2.6.1
</version>
</dependency>
<dependency>
<groupId>
org.json
</groupId>
...
...
docker-compose.yml
View file @
2d5c9669
...
...
@@ -33,5 +33,5 @@ services:
-
NUVLA_API_SECRET=${NUVLA_API_SECRET}
-
NUVLA_API_COOKIES=${NUVLA_API_COOKIES}
# TODO: Remove when the fake ELASTIC system is no longer created
-
ELASTIC_SYSTEM_ALIAS=
system
-
ELASTIC_SYSTEM_ALIAS=
test404
-
NODE_ALIAS=xavier-rit
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