-
-
Notifications
You must be signed in to change notification settings - Fork 41
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
[minidlna] Fix foreground process and remove debug output #88
Comments
How do you declare ‘log_level’ in your compose file?
On Fri, Aug 16, 2019 at 10:43 PM Sven ***@***.***> wrote:
would it be possible to make the debug output optional via a variable
passed to the container? the enormous output of minidlna prevents my
harddrive from spinning down.
and it seems that the debug output doesn't care about the configured
log_level.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#88?email_source=notifications&email_token=AAC2LFNHTEJVTR6RKPTD533QE37PRA5CNFSM4IMMJEGKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HFXBPRA>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAC2LFIY4JLJTMCSSSCSRO3QE37PRANCNFSM4IMMJEGA>
.
--
—
Vlad
|
Not in the compose. It is a minidlna Option. You are starten minidlna with the '-d' Option and this should be optional |
Can you post here the command you use to start the container?
On Sat, Aug 17, 2019 at 9:30 AM Sven ***@***.***> wrote:
Not in the compose. It is a minidlna Option. You are starten minidlna with
the '-d' Option and this should be optional
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#88?email_source=notifications&email_token=AAC2LFJCY4NXLOYKYHQAF5LQE6LIRA5CNFSM4IMMJEGKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD4QEU6I#issuecomment-522209913>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAC2LFNXGTG5WJ3PW55CYWLQE6LIRANCNFSM4IMMJEGA>
.
--
—
Vlad
|
it's not about how i start the container. in your entrypoint.sh you call minidlna (hardcoded) with the '-d' parameter. this enables the debug-output which nearly floods the docker container log. |
Now I see what you mean. |
would it be possible to make the debug output optional via a variable passed to the container? the enormous output of minidlna prevents my harddrive from spinning down.
and it seems that the debug output doesn't care about the configured log_level.
The text was updated successfully, but these errors were encountered: