Closed mikelik closed 1 year ago
When I start up example node and it is running:
Node Name | Active? | Running? | HTTP | P2P | SHiP --------------------------------------------------------------------------------- my_node | Y | Y | 127.0.0.1:8888 | 0.0.0.0:9876 | 127.0.0.1:8080
there is no log file for it. The file with nodeos log is empty:
mikel@msi:~/repo/DUNE$ ./dune -- ls -la /app/my_node.out -rw-r--r-- 1 root root 0 Mar 1 09:44 /app/my_node.out mikel@msi:~/repo/DUNE$ ./dune -- cat /app/my_node.out mikel@msi:~/repo/DUNE$
Expectation is that there should be at least some information about i.e. block producing.
When I start up example node and it is running:
there is no log file for it. The file with nodeos log is empty:
Expectation is that there should be at least some information about i.e. block producing.