Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Ombi/commit/e8fb28a0249ad30a64afdda6a5cfe9caf0b70554 You should set ROOT_URL correctly, otherwise the web may not work correctly.

Change default logging

pull/158/head
tidusjar 9 years ago
parent 462eb0c9f2
commit e8fb28a024

@ -106,7 +106,7 @@ namespace PlexRequests.Helpers
CreateDirs = true
};
config.AddTarget(fileTarget);
var rule2 = new LoggingRule("*", LogLevel.Trace, fileTarget);
var rule2 = new LoggingRule("*", LogLevel.Info, fileTarget);
config.LoggingRules.Add(rule2);
// Step 5. Activate the configuration

Loading…
Cancel
Save