Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ local.properties

lib/quasar.jar

**/logs/*
#will include a logs file which is written to by corda workers
!logs/
#**/logs/*

### JetBrains template
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio
Expand Down
4 changes: 2 additions & 2 deletions config/combined-worker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ services:
JAVA_TOOL_OPTIONS: -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=*:5005
LOG4J_CONFIG_FILE: config/log4j2.xml
CONSOLE_LOG_LEVEL: info
ENABLE_LOG4J2_DEBUG: false
ENABLE_LOG4J2_DEBUG: 0
command: [
"-mbus.busType=KAFKA",
"-mbootstrap.servers=kafka:29092",
Expand All @@ -84,4 +84,4 @@ services:
context: ../FlowManagementUI
dockerfile: Dockerfile
ports:
- 5000:5000
- 5001:5000
1 change: 1 addition & 0 deletions logs/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.log