You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Glancing at startup logs, it would appear the runmode is sync, when it's actually server (Command Line Args override Defaulys.mode but the output is not clear).
INFO:root:loaded configuration:
Command Line Args: server
Environment Variables:
DATABASE_URL: postgresql://...
STEEMD_URL: https://...
HTTP_SERVER_PORT: 8080
LOG_LEVEL: INFO
Defaults:
mode: ['sync']
--max-workers: 4
--max-batch: 50
--trail-blocks: 2
--sync-to-s3: False
--test-disable-sync:False
--test-profile: False
The text was updated successfully, but these errors were encountered:
Glancing at startup logs, it would appear the runmode is
sync
, when it's actuallyserver
(Command Line Args override Defaulys.mode but the output is not clear).The text was updated successfully, but these errors were encountered: