We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 875d965 commit 34322bfCopy full SHA for 34322bf
readme.md
@@ -45,12 +45,15 @@ immich-go -server URL -key KEY -general_options COMMAND -command_options... {fil
45
46
`-key KEY` A key generated by the user. Uploaded photos will belong to the key's owner.<br>
47
`-no-colors-log` Remove color codes from logs.<br>
48
-`-log-level` Adjust the log verbosity as follow: (Default OK)
+
49
+`-log-level` Adjust the log verbosity as follow: (Default OK) <br>
50
- `ERROR`: Display only errors
51
- `WARNING`: Same as previous one plus non blocking error
52
- `OK`: Same as previous plus actions
53
- `INFO`: Same as previous one plus progressions
54
55
+`-log-file=file` Write all messages to the file<br>
56
57
58
## Command `upload`
59
0 commit comments