mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-20 21:33:15 -07:00
Enabled trace logs
This commit is contained in:
parent
b71a6b8101
commit
746cb2afe8
1 changed files with 1 additions and 3 deletions
|
@ -37,13 +37,11 @@ namespace RequestPlex.UI
|
|||
container.Register<ISettingsService<RequestPlexSettings>, SettingsServiceV2<RequestPlexSettings>>();
|
||||
container.Register<IRepository<RequestedModel>, GenericRepository<RequestedModel>>();
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
protected override void ApplicationStartup(TinyIoCContainer container, IPipelines pipelines)
|
||||
{
|
||||
StaticConfiguration.DisableErrorTraces = false;
|
||||
base.ApplicationStartup(container, pipelines);
|
||||
|
||||
// Enable forms auth
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue