Skip to content

Commit

Permalink
Fix Display the path of log file name (#251)
Browse files Browse the repository at this point in the history
  • Loading branch information
simulot authored May 23, 2024
1 parent 755e1b7 commit d4269ee
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
13 changes: 9 additions & 4 deletions docs/releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@

## Release next

### fix [#215](https://github.com/simulot/immich-go/issues/215) Use XDG_CONFIG_HOME for storing config
### Fix Display the path of log file name

The log file name is printed before the execution end.

### Fix [#215](https://github.com/simulot/immich-go/issues/215) Use XDG_CONFIG_HOME for storing config
The configuration file that contains the server and the key is now stored by default in following folder:
- Linux `$HOME/.config/immich-go/immich-go.json`
- Windows `%AppData%\immich-go\immich-go.json`
Expand All @@ -26,9 +30,10 @@ This release is focussed the improvement of the user experience.
### A shiny user interface

```
. _ _ _ _ . _|_ __ _ _
|| | || | ||(_| | (_|(_)
version dev _)
. _ _ _ _ . _|_ _ _
|| | || | ||(_| | ─ (_|(_)
v dev _)
```

Working with big database and big takeout files take some time. Users are now informed about the progression of different tasks:
Expand Down
1 change: 1 addition & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -125,5 +125,6 @@ func Run(ctx context.Context) error {
if err != nil {
log.Error(err.Error())
}
fmt.Println("\nCheck the log file: ", app.LogFile)
return err
}

0 comments on commit d4269ee

Please sign in to comment.