mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -07:00
Improved the startup of the application. We now properaly parse any args passed into the console.
This commit is contained in:
parent
145e02d2e5
commit
186b18ccb9
5 changed files with 93 additions and 36 deletions
|
@ -61,7 +61,7 @@ namespace PlexRequests.Helpers
|
|||
return dumpTarget.ToString();
|
||||
}
|
||||
|
||||
public static void ConfigureLogging(string connectionString)
|
||||
public static void ConfigureLogging(string connectionString)
|
||||
{
|
||||
LogManager.ThrowExceptions = true;
|
||||
// Step 1. Create configuration object
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue