-
Beta Was this translation helpful? Give feedback.
Answered by
LGouellec
Nov 28, 2022
Replies: 2 comments 5 replies
-
Could you upgrade to 1.4.0-RC5 and enable debugs logs : config.Debug = "security,broker,protocol";
config.Logger = LoggerFactory.Create(builder => {
builder.SetMinimumLevel(LogLevel.Debug);
builder.AddConsole(); // add your logger : console, log4net, whatever
}); |
Beta Was this translation helpful? Give feedback.
5 replies
-
You are welcome ! I mark this discussion as "Answered" |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
LGouellec
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You are welcome ! I mark this discussion as "Answered"