Closed gmag11 closed 2 months ago
Hi @gmag11,
You can modify your appsettings.json to set the log level to "Debug" for more detailed logging:
{ "ConnectionStrings": { "DefaultConnection": "Data Source=MongoConnectionManager.db" }, "Logging": { "LogLevel": { "Default": "Debug", "Microsoft.AspNetCore": "Debug" } }, "AllowedHosts": "*", "JwtConfig": { "Secret": "myVerySecureJwtSecretKey123!@#ExtraSecurePart", "ExpirationInMinutes": 60 } }
Hi,
I've installed mongo-explorer as a docker compose. This is the yaml file:
When I try to register a new user I get this error:
How can I make debug level higher so that I can get more info on what is happening?
Regards