mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-23 08:17:47 +01:00
change extension of dalamud log file
This commit is contained in:
parent
903834105a
commit
8bc237536d
1 changed files with 2 additions and 2 deletions
|
|
@ -56,9 +56,9 @@ namespace Dalamud {
|
||||||
|
|
||||||
private (Logger logger, LoggingLevelSwitch levelSwitch) NewLogger(string baseDirectory) {
|
private (Logger logger, LoggingLevelSwitch levelSwitch) NewLogger(string baseDirectory) {
|
||||||
#if DEBUG
|
#if DEBUG
|
||||||
var logPath = Path.Combine(baseDirectory, "dalamud.txt");
|
var logPath = Path.Combine(baseDirectory, "dalamud.log");
|
||||||
#else
|
#else
|
||||||
var logPath = Path.Combine(baseDirectory, "..", "..", "dalamud.txt");
|
var logPath = Path.Combine(baseDirectory, "..", "..", "dalamud.log");
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
var levelSwitch = new LoggingLevelSwitch();
|
var levelSwitch = new LoggingLevelSwitch();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue