Skip to content
Klaus Landsdorf edited this page Feb 27, 2019 · 1 revision

DEBUG logging

see debug documentation

options

options

console DEBUG=opcuaCompact:{option},opcuaCompact:{option},...

  • server
    • server:details
    • server:sandbox
    • server:error

verbose examples

DEBUG=opcuaCompact:server*,opcuaCompact:sandbox* node-red -v

DEBUG=opcuaCompact* node-red -v

moderate examples

DEBUG=opcuaCompact:server node-red

DEBUG=opcuaCompact:sandbox node-red

You could also use other environment variables.

Clone this wiki locally