Skip to content

Commit

Permalink
Downgrade this log to Warning
Browse files Browse the repository at this point in the history
  • Loading branch information
jstnlef committed May 10, 2024
1 parent e0444e6 commit 4ca1595
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Proto.Actor/Context/ActorContext.cs
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ async Task Await()
{
if (_shouldThrottleStartLogs().IsOpen())
{
Logger.LogCritical(
Logger.LogWarning(
"Actor {Self} took too long to start, deadline is {Deadline}, actual start time is {ActualStart}, your system might suffer from incorrect design, please consider reaching out to https://proto.actor/docs/training/ for help",
Self, _props.StartDeadline, sw.Elapsed);
}
Expand Down Expand Up @@ -905,4 +905,4 @@ private void ReceiveTimeoutCallback(object? state)

Self.SendSystemMessage(System, Proto.ReceiveTimeout.Instance);
}
}
}

0 comments on commit 4ca1595

Please sign in to comment.