ERROR[05-01|13:07:01.718] open /tmp/tracer.log: permission denied module=lightchain
Basically there are some defaultArgs added to the lightchain cmd and even if you do not specify
the trace option, it creates the /tmp/tracer.log file with the permissions 644.
Todo
The ideal solution would be to place the tracer.log file under the --datadir path given as argument.
Another option would be to rename tracer.log to any unique name.
Description
While setting up two client nodes in the same server following the guide https://docs.lightstreams.network/guides/exchange-integration/ the first client network works fine but when you try to setup the second one you face an error:
Basically there are some defaultArgs added to the lightchain cmd and even if you do not specify the trace option, it creates the /tmp/tracer.log file with the permissions 644.
Todo
The ideal solution would be to place the tracer.log file under the --datadir path given as argument. Another option would be to rename tracer.log to any unique name.