We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
In promxox, I'm using ifquery -a -c to check each 10s the status of network configuration.
A user reported a debug in /var/log/ifupdown2/xxx/ each 10s.
It could be great to be able to configure the log for reload/restart only.
The text was updated successfully, but these errors were encountered:
Hi @aderumier,
Good suggestion.
In the meantime, what you can do is to disable debug logging using ifupdown2.conf:
$ cat /etc/network/ifupdown2/ifupdown2.conf | grep enable_persistent_debug_logging enable_persistent_debug_logging=no
Sorry, something went wrong.
Thanks ! (I would like to keep debug log at server boot, as it's really usefull to debug users problem :)
No branches or pull requests
Hi,
In promxox, I'm using ifquery -a -c to check each 10s the status of network configuration.
A user reported a debug in /var/log/ifupdown2/xxx/ each 10s.
It could be great to be able to configure the log for reload/restart only.
The text was updated successfully, but these errors were encountered: