Skip to content

Commit

Permalink
Minor update to local runs tuple path
Browse files Browse the repository at this point in the history
Signed-off-by: Tanner Lewis <[email protected]>
  • Loading branch information
lewijacn committed Sep 8, 2023
1 parent 4897067 commit f7105b4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ coverage.xml
.venv
__pycache__
*.egg-info*
.python-version
.python-version
logs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
status = error

property.tupleDir = ${env:TUPLE_DIR_PATH:-/logs/tuples}
property.tupleDir = ${env:TUPLE_DIR_PATH:-./logs/tuples}

appender.console.type = Console
appender.console.name = STDERR
Expand Down

0 comments on commit f7105b4

Please sign in to comment.