Gokhan Aykan

Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • in reply to: Upgrading to 1.4.3 caused nodered problem #20253
    Gokhan Aykan
    Participant

    Hi Jeff,

    Here is the log.
    It seems normal.

    admin@mtcdt:~# cat /var/log/app/node-red.log

    Welcome to Node-RED
    ===================

    19 Jul 21:00:29 – [info] Node-RED version: v0.11.1
    19 Jul 21:00:30 – [info] Node.js version: v0.10.40
    19 Jul 21:00:30 – [info] Loading palette nodes
    19 Jul 21:03:07 – [info] Settings file : /var/config/app/install/development/settings.js
    19 Jul 21:03:07 – [info] User directory : /var/config/app/install/development
    19 Jul 21:03:07 – [info] Flows file : /var/config/app/install/development/flows.json
    19 Jul 21:03:07 – [info] Server now running at http://127.0.0.1:1881/
    19 Jul 21:03:08 – [info] Starting flows
    19 Jul 21:03:08 – [info] [lora in:lora] lora in node created
    19 Jul 21:03:08 – [info] Started flows
    19 Jul 21:03:08 – [info] [lora in:lora] mcard: true
    19 Jul 21:03:10 – [info] [lora in:lora] Connected to MQTT for LoRa in node.

    admin@mtcdt:~# cat /var/config/app/install/development/settings.js
    var fs = require(“fs”);
    adminAuth: require(“/opt/node-red/user-authentication.js”);
    module.exports = {adminAuth: require(“/opt/node-red/user-authentication.js”), flowFile: “/var/config/app/install/development/flows.json”, uiPort: 1881, userDir: “/var/config/app/install/development”, mqttReconnectTime: 15000, serialReconnectTime: 15000, debugMaxLength: 1000, functionGlobalContext: {}, logging: {console: {level: “info”,metrics: false}}}

Viewing 1 post (of 1 total)