mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-28 09:35:37 -05:00
Add configuration change notification event handler.
Clean up code a bit more to remove unneeded code. Better integrate the diagnostic callback code.
This commit is contained in:
@@ -18,7 +18,9 @@ namespace Microsoft.SqlTools.ServiceHost
|
||||
/// </summary>
|
||||
static void Main(string[] args)
|
||||
{
|
||||
Logger.Initialize();
|
||||
// turn on Verbose logging during early development
|
||||
// we need to switch to Normal when preparing for public preview
|
||||
Logger.Initialize(minimumLogLevel: LogLevel.Verbose);
|
||||
Logger.Write(LogLevel.Normal, "Starting SQL Tools Service Host");
|
||||
|
||||
const string hostName = "SQL Tools Service Host";
|
||||
|
||||
Reference in New Issue
Block a user