Skip to content
Merged
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
add clique network log target to docker entrypoint
  • Loading branch information
maciejnems committed Dec 19, 2022
commit 30d238f2bff51244f0a0815a8f060654ebdf9cc1
2 changes: 1 addition & 1 deletion docker/docker_entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ if [[ -n "${RESERVED_ONLY:-}" ]]; then
fi

if [[ -n "${FLAG_LAFA:-}" ]]; then
ARGS+=(-laleph-party=debug -laleph-network=debug -laleph-finality=debug -laleph-justification=debug -laleph-data-store=debug -laleph-metrics=debug)
ARGS+=(-laleph-party=debug -laleph-network=debug -lclique-network=debug -laleph-finality=debug -laleph-justification=debug -laleph-data-store=debug -laleph-metrics=debug)
fi

if [[ -n "${FLAG_L_ALEPH_BFT:-}" ]]; then
Expand Down