We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When the indexer configuration is in a log file, some parameters are not being used.
Using Indexer 2.14.0
/mnt/indexer_data/indexer.yml:
postgres-connection-string: "host=127.0.0.1 user=ubuntu dbname=test_database" algod-data-dir: "/data/algorand/testnet/archival_node/data/" server-address: ":8986" pidfile: "/mnt/indexer_data/algorand-indexer.pid" logfile: "/mnt/indexer_data/log.txt" metrics-mode: "ON"
launch command:
./algorand-indexer daemon -i /mnt/indexer_data
Log output is written to stdout
Log output is written to /mnt/indexer_data/log.txt
/mnt/indexer_data/log.txt
The text was updated successfully, but these errors were encountered:
Fix configuration of logger
7086134
Resolves #1246 Fixes order of configuration so that logger can be set properly
Fix configuration of logger (#1259)
6a6fd87
9896e1f
Fix configuration of logger (#1259) (#1269)
1b5efe0
AlgoStephenAkiki
Successfully merging a pull request may close this issue.
Problem
When the indexer configuration is in a log file, some parameters are not being used.
Steps to reproduce
Using Indexer 2.14.0
/mnt/indexer_data/indexer.yml:
launch command:
Actual behavior
Log output is written to stdout
Expected behavior
Log output is written to
/mnt/indexer_data/log.txt
The text was updated successfully, but these errors were encountered: