-
-
Notifications
You must be signed in to change notification settings - Fork 68
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
Extensions Log not showing on "neu run" #189
Comments
I've also tried to show log by calling debug.log API but this turned out in another strange behaviour. The log started a write loop that wont stop until app is closed. |
@thorin8k any updates on your side ? |
No, still having problems with this. I've not yet tried with the lastest versión (4.7.0) but im using a file logger in the extension in order to get some tracing. |
Hey, make sure you have the following property in your
Apart from this make sure your configurations for the extension in the It would easier to figure out the issue if you could share your config file |
Hey @Sadaf-A Can you tell me how can I reproduce this issue ?? |
Describe the bug
Trying to do an extension based on https://github.com/neutralinojs/neutralinojs/tree/main/bin/extensions/sampleextension im not being able to show logged messages.
I've copied main.js and see the output vía inspector (messaging) but nothing is shown in the
neu run
outputTo Reproduce
Steps to reproduce the behavior:
Expected behavior
Based on the code of main.js from sampleextension the neu run output should show information for connected, and messaging but it isnt.
Screenshots/Screen recordings
Specifications
Additional context
The log is not being writed to file also.
The text was updated successfully, but these errors were encountered: