@@ -15,58 +15,58 @@ public static partial class Logs
1515 public static partial void Ping ( ILogger logger , string grainType , string grainId ) ;
1616
1717 [ LoggerMessage (
18- Level = LogLevel . Trace ,
18+ Level = LogLevel . Information ,
1919 Message = "{grainType}:{grainId} AddConnection `{connectionId}`" ) ]
2020 public static partial void AddConnection ( ILogger logger , string grainType , string grainId , string connectionId ) ;
2121
2222 [ LoggerMessage (
23- Level = LogLevel . Trace ,
23+ Level = LogLevel . Information ,
2424 Message = "{grainType}:{grainId} RemoveConnection `{connectionId}`" ) ]
2525 public static partial void RemoveConnection ( ILogger logger , string grainType , string grainId , string connectionId ) ;
2626
2727 [ LoggerMessage (
28- Level = LogLevel . Trace ,
28+ Level = LogLevel . Information ,
2929 Message = "{grainType}:{grainId} SendToAll" ) ]
3030 public static partial void SendToAll ( ILogger logger , string grainType , string grainId ) ;
3131
3232 [ LoggerMessage (
33- Level = LogLevel . Trace ,
33+ Level = LogLevel . Information ,
3434 Message = "{grainType}:{grainId} SendToAllExcept" ) ]
3535 public static partial void SendToAllExcept ( ILogger logger , string grainType , string grainId , string [ ] expectedConnectionIds ) ;
3636
3737 [ LoggerMessage (
38- Level = LogLevel . Trace ,
38+ Level = LogLevel . Information ,
3939 Message = "{grainType}:{grainId} SendToConnection" ) ]
4040 public static partial void SendToConnection ( ILogger logger , string grainType , string grainId , string connectionId ) ;
4141
4242 [ LoggerMessage (
43- Level = LogLevel . Trace ,
43+ Level = LogLevel . Information ,
4444 Message = "{grainType}:{grainId} SendToConnections" ) ]
4545 public static partial void SendToConnections ( ILogger logger , string grainType , string grainId , string [ ] expectedConnectionIds ) ;
4646
4747
4848 [ LoggerMessage (
49- Level = LogLevel . Trace ,
49+ Level = LogLevel . Information ,
5050 Message = "{grainType}:{grainId} SendToGroup" ) ]
5151 public static partial void SendToGroup ( ILogger logger , string grainType , string grainId ) ;
5252
5353 [ LoggerMessage (
54- Level = LogLevel . Trace ,
54+ Level = LogLevel . Information ,
5555 Message = "{grainType}:{grainId} SendToGroupExcept" ) ]
5656 public static partial void SendToGroupExcept ( ILogger logger , string grainType , string grainId , string [ ] expectedConnectionIds ) ;
5757
5858 [ LoggerMessage (
59- Level = LogLevel . Trace ,
59+ Level = LogLevel . Information ,
6060 Message = "{grainType}:{grainId} TryCompleteResult" ) ]
6161 public static partial void TryCompleteResult ( ILogger logger , string grainType , string grainId , string connectionId ) ;
6262
6363 [ LoggerMessage (
64- Level = LogLevel . Trace ,
64+ Level = LogLevel . Information ,
6565 Message = "{grainType}:{grainId} TryGetReturnType" ) ]
6666 public static partial void TryGetReturnType ( ILogger logger , string grainType , string grainId ) ;
6767
6868 [ LoggerMessage (
69- Level = LogLevel . Trace ,
69+ Level = LogLevel . Information ,
7070 Message = "{grainType}:{grainId} AddInvocation" ) ]
7171 public static partial void AddInvocation ( ILogger logger , string grainType , string grainId , string invocationId , string connectionId ) ;
7272
@@ -76,7 +76,7 @@ public static partial class Logs
7676 public static partial void RemoveInvocation ( ILogger logger , string grainType , string grainId ) ;
7777
7878 [ LoggerMessage (
79- Level = LogLevel . Trace ,
79+ Level = LogLevel . Information ,
8080 Message = "{grainType}:{grainId} SendToUser" ) ]
8181 public static partial void SendToUser ( ILogger logger , string grainType , string grainId ) ;
8282
0 commit comments