Skip to content

logging

James edited this page Apr 5, 2017 · 1 revision

🔈 logging

  • ⚙ with full options for debugging everything in the flipping process, debugging is a breeze.
  • inside of every workflow, there is .log, fliplog
  • 🔗 see fliplog.filter to see how to customize logging

🍦 defaults

debug: [
  '!toconfig',
  '!initConfig',
  '!adding',
  '!flag',
  '!flags',
  '!events',
  '!time',
  '!preset',
  '!call',
  '!setup',
  '!extract',
  '!apps',
  '!args',

  // these are default enabled
  // '!used',
  // '!core',
  // '!create',
]
Clone this wiki locally