Tag: log
-
View Raw SQL in EF Core – Simple Option
Hi everyone, I’ve been looking for a simple way of viewing the raw output of sql in my local environment without having to make code changes and came across the following config setup: { “Logging”: { “LogLevel”: { “Default”: “Debug”, “System”: “Information”, “Microsoft”: “Information” } } This will show the sql statements in your output…
-
Error 324 (net::ERR_EMPTY_RESPONSE) – Ruby on Rails
I managed to break my app again while playing around with the routes and a few redirects: No data received Unable to load the webpage because the server sent no data. Here are some suggestions: Reload this webpage later. Error 324 (net::ERR_EMPTY_RESPONSE): The server closed the connection without sending any data. This wasn’t one…