Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
UPSMF
sunbird-lms-service
Commits
93a77dbd
Unverified
Commit
93a77dbd
authored
3 years ago
by
AMIT KUMAR
Committed by
GitHub
3 years ago
Browse files
Options
Download
Patches
Plain Diff
Issue #SB-28017 feat: Removed log4j dependency (#1011)
parent
cbe75ae8
release-4.4.1
release-4.4.1_RC1
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
controller/conf/log4j2.properties
+0
-16
controller/conf/log4j2.properties
core/actor-core/pom.xml
+0
-5
core/actor-core/pom.xml
core/cassandra-utils/pom.xml
+0
-5
core/cassandra-utils/pom.xml
core/es-utils/pom.xml
+0
-11
core/es-utils/pom.xml
with
0 additions
and
37 deletions
+0
-37
controller/conf/log4j2.properties
deleted
100644 → 0
+
0
−
16
View file @
cbe75ae8
status
=
info
name
=
PropertiesConfig
appenders
=
console
appender.console.type
=
Console
appender.console.name
=
STDOUT
appender.console.layout.type
=
PatternLayout
appender.console.layout.pattern
=
%m%n
logger.default.name
=
defaultLogger
logger.default.level
=
info
rootLogger.level
=
debug
rootLogger.appenderRefs
=
STDOUT
rootLogger.appenderRef.stdout.ref
=
STDOUT
\ No newline at end of file
This diff is collapsed.
Click to expand it.
core/actor-core/pom.xml
+
0
−
5
View file @
93a77dbd
...
...
@@ -51,11 +51,6 @@
<artifactId>
reflections
</artifactId>
<version>
0.9.10
</version>
</dependency>
<dependency>
<groupId>
log4j
</groupId>
<artifactId>
log4j
</artifactId>
<version>
1.2.17
</version>
</dependency>
<dependency>
<groupId>
com.fasterxml.jackson.core
</groupId>
<artifactId>
jackson-core
</artifactId>
...
...
This diff is collapsed.
Click to expand it.
core/cassandra-utils/pom.xml
+
0
−
5
View file @
93a77dbd
...
...
@@ -51,11 +51,6 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>
log4j
</groupId>
<artifactId>
log4j
</artifactId>
<version>
1.2.17
</version>
</dependency>
<dependency>
<groupId>
com.fasterxml.jackson.core
</groupId>
<artifactId>
jackson-databind
</artifactId>
...
...
This diff is collapsed.
Click to expand it.
core/es-utils/pom.xml
+
0
−
11
View file @
93a77dbd
...
...
@@ -31,17 +31,6 @@
<artifactId>
elasticsearch-rest-high-level-client
</artifactId>
<version>
6.3.2
</version>
</dependency>
<dependency>
<groupId>
org.apache.logging.log4j
</groupId>
<artifactId>
log4j-api
</artifactId>
<version>
2.8.2
</version>
</dependency>
<dependency>
<groupId>
org.apache.logging.log4j
</groupId>
<artifactId>
log4j-core
</artifactId>
<version>
2.8.2
</version>
</dependency>
<dependency>
<groupId>
junit
</groupId>
<artifactId>
junit
</artifactId>
...
...
This diff is collapsed.
Click to expand it.
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!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets