Skip to content
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

Enable configurable log file for cloud-node-manager when running as a Windows service #8114

Open
jrvaldes opened this issue Jan 22, 2025 · 1 comment
Labels
kind/feature Categorizes issue or PR as related to a new feature.

Comments

@jrvaldes
Copy link

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:

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.

For example:

azure-cloud-node-manager.exe --windows-service --v=5 ---log-file=C:\var\log\cloud-node-manager\cloud-node-manager.log

where --log-file set the path of the file to store the logs in the Windows host.

References:

@jrvaldes jrvaldes added the kind/feature Categorizes issue or PR as related to a new feature. label Jan 22, 2025
@jrvaldes
Copy link
Author

/cc @marosset @jsturtevant

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Categorizes issue or PR as related to a new feature.
Projects
None yet
Development

No branches or pull requests

1 participant