Code Monkey home page Code Monkey logo

Comments (2)

yatsunastya avatar yatsunastya commented on September 17, 2024

The same problem with skale logs cli

from node-cli.

yatsunastya avatar yatsunastya commented on September 17, 2024

Checked ✅
Node-cli: 2.3.0-beta.1

root@ns1011483:~# skale logs cli
[2023-04-18 11:29:46,593 INFO] node_cli.core.node:195 - MainThread - Node update started
[2023-04-18 11:29:46,593 INFO] node_cli.core.iptables:66 - MainThread - Configuring iptables...
[2023-04-18 11:29:46,924 INFO] node_cli.core.iptables:154 - MainThread - Configuring ssh port
[2023-04-18 11:29:46,980 INFO] node_cli.core.iptables:156 - MainThread - Configuring incoming tcp ports
[2023-04-18 11:29:47,434 INFO] node_cli.core.iptables:159 - MainThread - Configuring incoming udp ports
[2023-04-18 11:29:47,613 INFO] node_cli.utils.helper:343 - MainThread - /root/.skale/.tmp/config doesn't exist, skipping...
[2023-04-18 11:29:47,613 INFO] node_cli.utils.helper:350 - MainThread - Creating /root/.skale/.tmp/config directory...
[2023-04-18 11:29:47,613 INFO] node_cli.utils.git_utils:41 - MainThread - Cloning https://github.com/skalenetwork/skale-node.git → /root/.skale/.tmp/config
[2023-04-18 11:29:47,885 INFO] node_cli.utils.git_utils:57 - MainThread - Fetching config changes
[2023-04-18 11:29:48,002 INFO] node_cli.utils.git_utils:59 - MainThread - Checkouting /root/.skale/.tmp/config to regression-2.1.16
[2023-04-18 11:29:48,093 INFO] node_cli.core.checks:527 - MainThread - Executing checks. Type: CheckType.PREINSTALL
...

root@ns1011483:~/.skale/.skale-cli-log# cat node-cli.log
[2023-04-18 11:29:46,593 INFO] node_cli.core.node:195 - MainThread - Node update started
[2023-04-18 11:29:46,593 INFO] node_cli.core.iptables:66 - MainThread - Configuring iptables...
[2023-04-18 11:29:46,924 INFO] node_cli.core.iptables:154 - MainThread - Configuring ssh port
[2023-04-18 11:29:46,980 INFO] node_cli.core.iptables:156 - MainThread - Configuring incoming tcp ports
[2023-04-18 11:29:47,434 INFO] node_cli.core.iptables:159 - MainThread - Configuring incoming udp ports
[2023-04-18 11:29:47,613 INFO] node_cli.utils.helper:343 - MainThread - /root/.skale/.tmp/config doesn't exist, skipping...
[2023-04-18 11:29:47,613 INFO] node_cli.utils.helper:350 - MainThread - Creating /root/.skale/.tmp/config directory...
[2023-04-18 11:29:47,613 INFO] node_cli.utils.git_utils:41 - MainThread - Cloning https://github.com/skalenetwork/skale-node.git → /root/.skale/.tmp/config
[2023-04-18 11:29:47,885 INFO] node_cli.utils.git_utils:57 - MainThread - Fetching config changes
[2023-04-18 11:29:48,002 INFO] node_cli.utils.git_utils:59 - MainThread - Checkouting /root/.skale/.tmp/config to regression-2.1.16
[2023-04-18 11:29:48,093 INFO] node_cli.core.checks:527 - MainThread - Executing checks. Type: CheckType.PREINSTALL
[2023-04-18 11:29:48,511 INFO] node_cli.utils.docker_utils:186 - MainThread - Removing compose containers
[2023-04-18 11:30:29,400 INFO] node_cli.utils.docker_utils:196 - MainThread - Compose containers removed
[2023-04-18 11:30:29,400 INFO] node_cli.utils.docker_utils:88 - MainThread - Removing sChains containers
...

root@ns1011483:~/.skale/.skale-cli-log# cat debug-node-cli.log
[2023-04-18 11:00:01,959 DEBUG] __main__:93 - MainThread - cmd: /usr/local/bin/skale lvmpy heal --yes, v.2.3.0
[2023-04-18 11:00:02,021 DEBUG] __main__:116 - MainThread - execution time: 0.06207680702209473 seconds
[2023-04-18 11:03:01,672 DEBUG] __main__:93 - MainThread - cmd: /usr/local/bin/skale lvmpy heal --yes, v.2.3.0
[2023-04-18 11:03:01,745 DEBUG] __main__:116 - MainThread - execution time: 0.0726778507232666 seconds
[2023-04-18 11:06:02,415 DEBUG] __main__:93 - MainThread - cmd: /usr/local/bin/skale lvmpy heal --yes, v.2.3.0
[2023-04-18 11:06:02,503 DEBUG] __main__:116 - MainThread - execution time: 0.0878446102142334 seconds
[2023-04-18 11:09:02,135 DEBUG] __main__:93 - MainThread - cmd: /usr/local/bin/skale lvmpy heal --yes, v.2.3.0
[2023-04-18 11:09:02,215 DEBUG] __main__:116 - MainThread - execution time: 0.07975482940673828 seconds
[2023-04-18 11:12:01,911 DEBUG] __main__:93 - MainThread - cmd: /usr/local/bin/skale lvmpy heal --yes, v.2.3.0
[2023-04-18 11:12:01,982 DEBUG] __main__:116 - MainThread - execution time: 0.0713956356048584 seconds
[2023-04-18 11:15:01,635 DEBUG] __main__:93 - MainThread - cmd: /usr/local/bin/skale lvmpy heal --yes, v.2.3.0
[2023-04-18 11:15:01,705 DEBUG] __main__:116 - MainThread - execution time: 0.07000494003295898 seconds
[2023-04-18 11:18:02,347 DEBUG] __main__:93 - MainThread - cmd: /usr/local/bin/skale lvmpy heal --yes, v.2.3.0
...

from node-cli.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.