Skip to content

🙋Add verbose logging mode #993

@fregante

Description

@fregante

Choose one: is this a 🐛 bug report or 🙋 feature request?

🙋 feature request

It's impossible to debug an issue or to show anyone if I can't see what's happening. All logging messages are replaced one the build is done.

🎛 Configuration (.babelrc, package.json, cli command)

parcel watch

🤔 Expected Behavior

$ parcel watch --verbose
Server running at http://localhost:1234 
⏳  Building index.html...
⏳  Building index.js...
✨  Built in 3.78s.
⏳  Building index.js...
✨  Built in 0.78s.
⏳  Building index.html...
✨  Built in 0.1s.

😯 Current Behavior

$ parcel watch
Server running at http://localhost:1234 
✨  Built in 3.78s.
# what happened?! what did it do?

🔦 Context

Mostly for debugging purposes

🌍 Your Environment

Software Version(s)
Parcel 1.6.2
Node 8.6.0
npm/Yarn 5.7.1
Operating System macOS 10.13.3

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions