mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-20 23:07:43 +01:00
Change sig method log level and add session delimiter in logs
This commit is contained in:
parent
8d969255b9
commit
e78aff7d96
2 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue