fliphub-monorepo
Version:
the builder of builders
39 lines (33 loc) • 1.19 kB
Markdown
with full options for debugging everything in the flipping process, debugging is a breeze.
- inside of every [workflow][src-core-workflow], there is `.log`, [fliplog][fliplog-url]
- [🔗 see fliplog.filter](fliplog-url-filtering) to see how to customize logging
```js
debug: [
'!toconfig',
'!initConfig',
'!adding',
'!flag',
'!flags',
'!events',
'!time',
'!preset',
'!call',
'!setup',
'!extract',
'!apps',
'!args',
// these are default enabled
// '!used',
// '!core',
// '!create',
]
```
[ ]: https://github.com/fliphub/fliplog
[ ]: https://github.com/fliphub/fliplog#-filtering
[ ]: https://github.com/fliphub/fliphub/tree/master/packages/fliphub-core/src
[ ]: https://github.com/fliphub/fliphub/tree/master/packages/fliphub/src/hubs
[ ]: https://github.com/fliphub/fliphub/blob/master/packages/fliphub/src/hubs/ConfigDefaulter.js
[ ]: https://github.com/fliphub/fliphub/tree/master/packages/fliphub/src/presets
[ ]: https://github.com/fliphub/fliphub/tree/master/packages/fliphub/src/core
- ⚙