Skip to content

Commit

Permalink
fix: rename ksqldb in normal logging path (MINOR) (#4915)
Browse files Browse the repository at this point in the history
  • Loading branch information
agavra authored Mar 27, 2020
1 parent c8ac8ef commit 16172ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/ksql
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ if [ -z "$KSQL_LOG4J_OPTS" ]; then
elif [ -e "$base_dir/etc/ksqldb/log4j.properties" ]; then # Simple zip file layout
KSQL_CONFIG_DIR="$base_dir/etc/ksqldb"
elif [ -e "/etc/ksqldb/log4j.properties" ]; then # Normal install layout
KSQL_CONFIG_DIR="/etc/ksql"
KSQL_CONFIG_DIR="/etc/ksqldb"
fi
fi

Expand Down

0 comments on commit 16172ba

Please sign in to comment.