mirror of
https://github.com/microsoft/onefuzz.git
synced 2025-06-18 20:58:06 +00:00
fix log level (#2185)
This commit is contained in:
@ -38,7 +38,7 @@ public class TimerProxy {
|
||||
}
|
||||
|
||||
if (VmStateHelper.NeedsWork.Contains(proxy.State)) {
|
||||
_logger.Error($"scaleset-proxy: update state. proxy:{proxy.Region} state:{proxy.State}");
|
||||
_logger.Info($"scaleset-proxy: update state. proxy:{proxy.Region} state:{proxy.State}");
|
||||
await proxyOperations.ProcessStateUpdate(proxy);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user