maxberger
maxberger
Here is another post also mentioning the without issue with docker logs, and doing more deep dives: https://stackoverflow.com/questions/36217674/docker-logs-and-buffered-output (6 years old) Looks like it is dependent on the docker log...
There is also another option: Use an existing logging library (though that would introduce another dependency, but it would also make the code simpler). I can also prepare a patch...
Updated. Now flushed only for level input and higher.
Do you want this one or #563? You should decide on either one.
Ok, so this one is for running tests, whereas the alpine one would be for distribution. Makes sense, thanks for the explanation!
> I saw your comment that it doesnt build but for me it builds fine...: > > docker buildx build --platform linux/arm64 -t vzlogger:$(date "+%Y_%m_%d") . > > with the...
Sounds fun! I created that patch: https://github.com/tytso/e2fsprogs/compare/master...maxberger:e2fsprogs:master It is yet untested, but it's a start.
Interestingly the settings where not included for me when I tried building (2024.1 tag), this is why I added them. One reason could be that they are excplicitly set to...
> @maxberger this should be fixed now! thanks. Thanks! Sorry for not following up with this.
@marcotglb: Integrating your device with BASIC functionality (e.g. set temperature from the controller) is probably just a matter of a database update. Given that your request is older, this may...