You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently it dumps server logs to stdout and only on failure. This can always be spat out if COMPLEMENT_ALWAYS_PRINT_SERVER_LOGS=1. However, this isn't the most discoverable, as both Erik and vdh asked me how to get server logs from Complement in the same day.
It would be better if:
we always printed server logs,
to disk,
based on the hs name,
and then removed COMPLEMENT_ALWAYS_PRINT_SERVER_LOGS.
For extra discoverability, indicating that server logs are going to file X would be useful.
This would be a breaking change to the Complement API.
The text was updated successfully, but these errors were encountered:
Currently it dumps server logs to stdout and only on failure. This can always be spat out if
COMPLEMENT_ALWAYS_PRINT_SERVER_LOGS=1
. However, this isn't the most discoverable, as both Erik and vdh asked me how to get server logs from Complement in the same day.It would be better if:
COMPLEMENT_ALWAYS_PRINT_SERVER_LOGS
.For extra discoverability, indicating that server logs are going to file X would be useful.
This would be a breaking change to the Complement API.
The text was updated successfully, but these errors were encountered: