Skip to content

Commit

Permalink
Add "logs" folder to logging
Browse files Browse the repository at this point in the history
This is due to separating the logs from the ArcCommander's source files in the `$XDG_CONFIG_DIRS` folder.
  • Loading branch information
omaus committed Jun 21, 2022
1 parent ddccb1b commit fdcca6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ArcCommander/Program.fs
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ let main argv =
|> ArcConfiguration.load
// <-----

let arcCommanderDataFolder = IniData.createDataFolder ()
let arcCommanderDataFolder = Path.Combine(IniData.createDataFolder (), "logs")
let arcDataFolder =
tryGetArcDataFolderPath workingDir arcCommanderDataFolder
|> Option.defaultValue arcCommanderDataFolder
Expand Down

0 comments on commit fdcca6c

Please sign in to comment.