Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
stvoutsin committed Jul 11, 2024
1 parent 88daa52 commit b865584
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions tap/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,6 @@ sourceCompatibility = 1.8
group = 'org.opencadc'
version = '1.1'

configurations {
// Ensure only local files are available to prevent collisions.
implementation.exclude group: 'uk.ac.starlink'
}

dependencies {
implementation 'org.apache.logging.log4j:log4j-core:2.17.2'
implementation 'org.apache.logging.log4j:log4j-api:2.17.2'
Expand Down
2 changes: 1 addition & 1 deletion tap/src/main/resources/log4j.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
log4j.rootCategory=debug, stdout
log4j.rootCategory=info, stdout
log4j.appender.stdout=org.apache.log4j.ConsoleAppender
log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
log4j.appender.stdout.layout.ConversionPattern=%-4r [%t] %-5p %c{1} %x - %m\n

0 comments on commit b865584

Please sign in to comment.