mirror of
https://github.com/Jetsparrow/jetherald.git
synced 2026-01-21 07:56:09 +03:00
Make NLog use correct capitalisation when loading config
This commit is contained in:
parent
4631830931
commit
b98440817f
@ -15,7 +15,7 @@ namespace JetHerald
|
|||||||
{
|
{
|
||||||
public static void Main(string[] args)
|
public static void Main(string[] args)
|
||||||
{
|
{
|
||||||
var logger = NLog.Web.NLogBuilder.ConfigureNLog("nlog.config").GetCurrentClassLogger();
|
var logger = NLog.Web.NLogBuilder.ConfigureNLog("NLog.config").GetCurrentClassLogger();
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
logger.Debug("init main");
|
logger.Debug("init main");
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user