-
Notifications
You must be signed in to change notification settings - Fork 22
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
lib will not work when used in a deamon/service #18
Comments
Hi,
in the dmxnet-constructor? Will merge and publish if successfull. |
hi, |
I also tried it. It still creates empty log files. Seems to be a problem in the logging library. |
@ChriD @she11sh0cked #EveryClosedIssueIsAGoodIssue |
Hi,
The lib wont work on a DietPi linux distro when used in a deamon / service
The logger you use tries to write/open a file and does not have the permisisons to do that.
An uncaught error occurred: Error: ENOENT: no such file or directory, open '/logs/all.log
I do not want to give the service i create any writable access to the filesystem
If i remove the logger instance from the lib it works fine.
I see the lib is in development and it would be nice if you consider to allow disableing the logging to file.
Thanks & Have a nice day
The text was updated successfully, but these errors were encountered: