You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there any comment in the documentation for this?
I have read the documentation, especially the FAQ and Troubleshooting parts
Is this related to the container/transmission?
I have checked the container repo for issues
Are you using the latest release?
I am using the latest release
Have you tried using the dev branch latest?
I have tried using dev branch
Config used
n/a
Current Behavior
The different update-log.sh scripts used for the different providers are great to have, but they produce quite a bit of log spam.
Take the following example for the openvpn/protonvpn/update-port.sh script for example.
Six or more lines in less time than every minute, just for saying all remains as is.
I realize docker containers have no way to log at different levels besides stdout and stderr, but do the stdout messages really add something if nothing has changed?
Expected Behavior
Only add a log message if something has changed or when an error occurred.
How have you tried to solve the problem?
n/a
Log output
...
/usr/bin/natpmpc
╭───────────────────────────╮
│ ProtonVPN Port Forwarding │
╰───────────────────────────╯
Wed Apr 3 10:10:18 UTC 2024
transmission auth not required
waiting for transmission to become responsive
transmission became responsive
setting transmission port to 61139
Waiting for port...
Port is open!
╭──────────────────────────────╮
│ The Forwarded Port is: 61139 │
╰──────────────────────────────╯
Wed Apr 3 10:11:05 UTC 2024
transmission auth not required
waiting for transmission to become responsive
transmission became responsive
No action needed, port hasn't changed
╭──────────────────────────────╮
│ The Forwarded Port is: 61139 │
╰──────────────────────────────╯
Wed Apr 3 10:11:41 UTC 2024
transmission auth not required
waiting for transmission to become responsive
transmission became responsive
No action needed, port hasn't changed
╭──────────────────────────────╮
│ The Forwarded Port is: 61139 │
╰──────────────────────────────╯
...
This discussion was converted from issue #280 on April 03, 2024 20:29.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Is there a pinned issue for this?
Is there an existing or similar issue for this?
Is there any comment in the documentation for this?
Is this related to the container/transmission?
Are you using the latest release?
Have you tried using the dev branch latest?
Config used
n/a
Current Behavior
The different update-log.sh scripts used for the different providers are great to have, but they produce quite a bit of log spam.
Take the following example for the
openvpn/protonvpn/update-port.sh
script for example.Six or more lines in less time than every minute, just for saying all remains as is.
I realize docker containers have no way to log at different levels besides stdout and stderr, but do the stdout messages really add something if nothing has changed?
Expected Behavior
Only add a log message if something has changed or when an error occurred.
How have you tried to solve the problem?
n/a
Log output
Environment
Anything else?
No response
Beta Was this translation helpful? Give feedback.
All reactions