Skip to content

Commit

Permalink
Remove NONE logs on devnet
Browse files Browse the repository at this point in the history
  • Loading branch information
mihaieremia committed Jul 21, 2024
1 parent c578d9f commit da79bd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.devnet
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ EXPOSE 8080 22111 80 443 5000

WORKDIR /multiversx

CMD ["./notifier", "--general-config", "config/config.devnet.toml", "--publisher-type", "servicebus", "--log-level", "*:NONE"]
CMD ["./notifier", "--general-config", "config/config.devnet.toml", "--publisher-type", "servicebus"]

0 comments on commit da79bd4

Please sign in to comment.