nickva commented on code in PR #5106:
URL: https://github.com/apache/couchdb/pull/5106#discussion_r1667395339
##########
dev/run:
##########
@@ -93,7 +93,12 @@ def main():
if ctx["cmd"]:
run_command(ctx, ctx["cmd"])
else:
- join(ctx, cluster_port(ctx, ctx["node_number_seed"]),
*ctx["admin"])
+ join(
+ ctx,
+ cluster_port(ctx, ctx["node_number_seed"]),
+ *ctx["admin"],
+ os.path.join(ctx["devdir"], "logs"),
Review Comment:
Wonder if a relative path would make more sense, so just use `./dev/log` as
the path? Just because if I copy and paste the output I prefer not reveal my
home directory in the path.
If you want can also add a mention to `./dev/lib` where the data and etc
configurations files live.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]