Skip to content

Commit 3ffdddd

Browse files
committed
scaler debug in verbose out
1 parent 08a08b7 commit 3ffdddd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Backends/AutoScalingBackend.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -363,6 +363,7 @@ public async Task StopOne(int id)
363363
{
364364
try
365365
{
366+
Logs.Verbose($"Explicit shutdown, trace: {Environment.StackTrace}");
366367
await swarmBackend.TriggerRemoteShutdown();
367368
}
368369
catch (Exception ex)

0 commit comments

Comments
 (0)