fuse-box / fuse-box-aurelia-loader

MIT License
14 stars 2 forks source link

use Aurelia logging #11

Closed Thanood closed 7 years ago

Thanood commented 7 years ago

solves this

todo: switch with aurelia native dev log

😃

btw: I've included the sample bundles just because they are registered with git.

vegarringdal commented 7 years ago

Great, that looked a lot better when I tested it We might need to look at how much info it print out, it kinda prints a lot But its useful during development :-)

Thanood commented 7 years ago

Yeah, it's more of a trace log. I'd keep it until a stable release.

vegarringdal commented 7 years ago

We could maybe add a option to just show the error also for now

Thanood commented 7 years ago

You can now do that with Aurelia's logging settings. Just remove .developmentLogging() and provoke an error. 😃

Or set the log level explicitly for fuse logger.

vegarringdal commented 7 years ago

ok, never tried that, maybe we should add that as a comment readme file later