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
azure-cloud-node-manager lacks of configurable option for log file location.
Why is this needed:
This feature is critical when running the azure-cloud-node-manager as a Windows service in a Windows host. That is:
azure-cloud-node-manager.exe --windows-service
The flag to adjust the log verbosity (--v) is present, but is practically unusable with the Windows service use case, given there is no visility of the logs.
What would you like to be added:
azure-cloud-node-manager lacks of configurable option for log file location.
Why is this needed:
This feature is critical when running the azure-cloud-node-manager as a Windows service in a Windows host. That is:
The flag to adjust the log verbosity (
--v
) is present, but is practically unusable with the Windows service use case, given there is no visility of the logs.For example:
where
--log-file
set the path of the file to store the logs in the Windows host.References:
cloud-provider-azure/cmd/cloud-node-manager/app/options/options.go
Line 125 in 6bc7669
The text was updated successfully, but these errors were encountered: