6d2ab00fa7
mod: revert changes
...
Go Project Action / Spell-check and test go project (push) Successful in 50s
Release Go Application / Release go project (release) Successful in 50s
Logging will be done through `zlog` dependency for *zig* based
applications. `zlog` shall be configured such that it should not log to
*stderr* and should use the "log" file instead. This way the log file is
both used by `serve` and by the running application. Logging could also
happen in a different file and is independent of the logging of `serve`,
however for now I want the logging to also happen in the same file.
2025-11-01 00:21:37 +01:00
09e4a5d646
doc: increament version
Go Project Action / Spell-check and test go project (push) Successful in 46s
Release Go Application / Release go project (release) Successful in 46s
2025-10-31 23:27:38 +01:00
904f585c4d
mod: use log file as stderr for ssh command
Go Project Action / Spell-check and test go project (push) Has been cancelled
2025-10-31 23:26:58 +01:00
f78e3092fb
mod: copy stderr from ssh session to locally running processes stderr
...
Go Project Action / Spell-check and test go project (push) Successful in 51s
Release Go Application / Release go project (release) Successful in 46s
Log the `serve` version in the beginning with a closing log message.
2025-10-31 23:03:30 +01:00
d976100cfb
fix: correctly log unrecoverable serve errors
Go Project Action / Spell-check and test go project (push) Successful in 52s
Release Go Application / Release go project (release) Successful in 46s
2025-10-31 22:38:25 +01:00
f5e41edd44
mod: redirect stderr of executed command for serve to log file
Go Project Action / Spell-check and test go project (push) Failing after 54s
Release Go Application / Release go project (release) Successful in 51s
2025-10-31 22:35:02 +01:00