Skip to content

Commit

Permalink
add clique network log target to docker entrypoint (#818)
Browse files Browse the repository at this point in the history
  • Loading branch information
maciejnems authored and obrok committed Dec 29, 2022
1 parent 338980f commit fd3ef33
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit fd3ef33

Please sign in to comment.