Guide to debug my storage node, uplink, s3 gateway, satellite

You can specify any variable from the config file in the docker command line. What did you try and what did not work?

Huh, now I’m really confused. None of things I’ll describe here worked for me yesterday (port was always ā€˜kidnapped’ by updater. Most probably I did something different, I tried toady again (to avoid typos in this post) and… it works.
Anyway (for others)

# in config.yaml
# it's 'kidnapped by updater == does not work
debug.addr: "0.0.0.0:7004"
  # this works. You can use it together with config.yaml to have specific debug port on both
  command:
    --debug.addr=:7000
  # this works either. You can use it together with config.yaml to have specific debug port on both
  environment:
    STORJ_DEBUG_ADDR=:7000

So no help needed as 1) It works for me, 2) I’m not able to reproduce problem

2 Likes