Skip to content

Commit

Permalink
per CR suggestion, comment out configuration not explicitly required …
Browse files Browse the repository at this point in the history
…from fileReadWrite_test.go
  • Loading branch information
Zeph Grunschlag committed Aug 22, 2023
1 parent ae1ee48 commit d7fd948
Showing 1 changed file with 10 additions and 11 deletions.
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
# Log verbosity: PANIC, FATAL, ERROR, WARN, INFO, DEBUG, TRACE
log-level: INFO
# log-level: INFO

# If no log file is provided logs are written to stdout.
#log-file:

# Number of retries to perform after a pipeline plugin error.
# Set to 0 to retry forever.
retry-count: 10
# retry-count: 10

# Time duration to wait between retry attempts.
retry-delay: "1s"
# retry-delay: "1s"

# Optional filepath to use for pidfile.
#pid-filepath: /path/to/pidfile

# Whether or not to print the conduit banner on startup.
hide-banner: false
# hide-banner: false

# When enabled prometheus metrics are available on '/metrics'
metrics:
mode: OFF
addr: ":9999"
prefix: "conduit"
# metrics:
# mode: OFF
# addr: ":9999"
# prefix: "conduit"


# The importer is typically an algod follower node.
Expand Down Expand Up @@ -61,9 +61,8 @@ exporter:


# Enable telemetry for conduit
telemetry:
enabled: false

# telemetry:
# enabled: false
# By default the following fields will be configured to send data to Algorand.
# To store your own telemetry events, they can be overridden.
# uri: ""
Expand Down

0 comments on commit d7fd948

Please sign in to comment.