Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

can't set log level #249

Closed
ftravers opened this issue Nov 24, 2017 · 2 comments
Closed

can't set log level #249

ftravers opened this issue Nov 24, 2017 · 2 comments

Comments

@ftravers
Copy link

ftravers commented Nov 24, 2017

i can set log level fine in clojure code, but cannot do it in clojurescript...using:

(log/set-level! :debug)
(log/merge-config! {:level :debug})

but neither do anything?

I'm hoping to set the log level to :debug for use with figwheel and repl... possible?

@theronic
Copy link

Make sure your Chrome inspector logging levels include the "Verbose" option:

image

This bit me for a long time.

@ptaoussanis
Copy link
Member

Thanks @theronic!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants