Skip to content

Commit

Permalink
Bug fixes for CLI reference handling. Logging cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottArbeit committed Dec 12, 2023
1 parent 6e54d5c commit c5657f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Grace.Actors/Organization.Actor.fs
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ module Organization =
| None -> organizationDto <- OrganizationDto.Default

let duration_ms = getCurrentInstant().Minus(activateStartTime).TotalMilliseconds.ToString("F3")
log.LogInformation("{CurrentInstant}: Activated {ActorType} {ActorId}. Retrieved from storage in {duration_ms}ms.", getCurrentInstantExtended(), actorName, host.Id, duration)
log.LogInformation("{CurrentInstant}: Activated {ActorType} {ActorId}. Retrieved from storage in {duration_ms}ms.", getCurrentInstantExtended(), actorName, host.Id, duration_ms)
} :> Task

member private this.SetMaintenanceReminder() =
Expand Down

0 comments on commit c5657f5

Please sign in to comment.