Skip to content

Commit

Permalink
fix: set bridge relayer log level to info
Browse files Browse the repository at this point in the history
  • Loading branch information
mrekucci committed Nov 28, 2024
1 parent 046106c commit 3531b98
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ job "{{ job.name }}" {
template {
data = <<-EOH
XDG_CONFIG_HOME="local/.config"
STANDARD_BRIDGE_RELAYER_LOG_LEVEL="{{ job.env.get('log-level', 'debug') }}"
STANDARD_BRIDGE_RELAYER_LOG_LEVEL="{{ job.env.get('log-level', 'info') }}"
STANDARD_BRIDGE_RELAYER_LOG_FMT="{{ job.env.get('log-format', 'json') }}"
STANDARD_BRIDGE_RELAYER_LOG_TAGS="{{ 'service.name:' + job.name + '-{{ env "NOMAD_ALLOC_INDEX" }}' + ',service.version:' + version }}"
{%- raw %}
Expand Down

0 comments on commit 3531b98

Please sign in to comment.