Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Please add time when you output the log. There are too many retry link logs but do not know the time. #440

Open
aogg opened this issue Aug 16, 2023 · 1 comment
Labels
enhancement New feature requests or performance improvement.

Comments

@aogg
Copy link

aogg commented Aug 16, 2023

Please add time when you output the log. There are too many retry link logs but do not know the time.

@unverbuggt
Copy link

For my scripts I pipe the debug output ot tincd through mtee (on windows) to add a timestamp. I think similar things could be achieved by the tee command in unix environments.

tincd -c "%~dp0..\coronavpn" -o "Name=%1" -o "Ed25519PrivateKeyFile=keys\%1.key" -o "BindToAddress=* %2" -D 2>&1 | mtee /T /+ ..\tinc.log

@gsliepen gsliepen added the enhancement New feature requests or performance improvement. label Mar 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature requests or performance improvement.
Projects
None yet
Development

No branches or pull requests

3 participants