Change sig method log level and add session delimiter in logs

This commit is contained in:
Aireil 2020-12-19 23:27:39 +01:00
parent 8d969255b9
commit e78aff7d96
2 changed files with 2 additions and 1 deletions

View file

@ -20,6 +20,7 @@ namespace Dalamud {
Log.Logger = logger;
try {
Log.Information(new string('-', 200));
Log.Information("Initializing a session..");
// This is due to GitHub not supporting TLS 1.0, so we enable all TLS versions globally