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

[deconz] Enable logs #130

Closed
junalmeida opened this issue Jun 12, 2021 · 7 comments
Closed

[deconz] Enable logs #130

junalmeida opened this issue Jun 12, 2021 · 7 comments
Labels
stale An issue is marked stale after four weeks without activity and will be closed one week later.

Comments

@junalmeida
Copy link

junalmeida commented Jun 12, 2021

How do I enable logs for using deconz?

I have:
image

Yet I see no logs for http calls in frontail. But binding is working as I see some state changes coming from deconz.

@J-N-K
Copy link
Member

J-N-K commented Jun 12, 2021

log:set TRACE org.smarthomej.binding.deconz is correct for logging all requests. Do you see the log messages if you use log:tail on the console? If that is the case, maybe fronttail uses a filter?

@junalmeida
Copy link
Author

I also tried TRACE and I couldn't see any on either fronttail or log:tail.

@J-N-K
Copy link
Member

J-N-K commented Jun 13, 2021

That's strange, because that is exactly what I use. Please show list -s | grep -i deconz from the karaf console.

@junalmeida
Copy link
Author

image

@junalmeida
Copy link
Author

Any idea ?

@J-N-K
Copy link
Member

J-N-K commented Jun 22, 2021

Sorry, I didn't look closely enough. Since everything is within the internal package and you configured that to gave the log level WARN only WARN and ERROR will be logged. You can un-set that with log:set DEFAULT org.smarthomej.binding.deconz.internal.

Then the DEBUG setting will be used. Otherwise it will be ignored, because the WARN setting is more specific.

@stale
Copy link

stale bot commented Aug 17, 2021

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale An issue is marked stale after four weeks without activity and will be closed one week later. label Aug 17, 2021
@stale stale bot closed this as completed Aug 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stale An issue is marked stale after four weeks without activity and will be closed one week later.
Projects
None yet
Development

No branches or pull requests

2 participants