We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9155f6c commit e5b6edfCopy full SHA for e5b6edf
InkyCal.Server/Startup.cs
@@ -159,7 +159,7 @@ public void ConfigureServices(IServiceCollection services)
159
(options.Storage as MemoryCacheStorage).CacheDuration = TimeSpan.FromMinutes(60);
160
161
// (Optional) Control which SQL formatter to use, InlineFormatter is the default
162
- options.SqlFormatter = new StackExchange.Profiling.SqlFormatters.InlineFormatter();
+ options.SqlFormatter = new StackExchange.Profiling.SqlFormatters.VerboseSqlServerFormatter(includeMetaData:true);
163
164
// (Optional) To control authorization, you can use the Func<HttpRequest, bool> options:
165
// (default is everyone can access profilers)
0 commit comments