Log file information update

This commit is contained in:
2025-07-04 16:11:53 +09:00
parent 416e90e477
commit 3d5b12b276

View File

@@ -56,6 +56,17 @@ A [branch] name must be set all the time.
An optional [remote name] can be set, if not set "origin" will be used. An optional [remote name] can be set, if not set "origin" will be used.
All sync progress will be written to the log folder inside the base folder, the log file has the name of [repository]
Sample
```log
[2025-07-04 16:06:31] [<uniq id>] [START] git merge <repository folder> <remote name>/<branch>
[2025-07-04 16:06:31] [<uniq id>] Updating <sha>..<sha>
<git inforation>
[2025-07-04 16:06:31] [<uniq id>] [END]
```
## TODO ## TODO
Future versions will hold an incoming webhook handler and a polling scripts (systemd based) Future versions will hold an incoming webhook handler and a polling scripts (systemd based)