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
Right now the Libki client generates logs, but there is no automatic way to access them. It would be great to either:
A) Upload the log files to the Libki server
and/or
B) Stream the logging statements to the server live
A is more complicated, B would cause far more network activity.
For B, we could implement logging levels on the server side that the client could read and then log the appropriate level.
The text was updated successfully, but these errors were encountered:
Right now the Libki client generates logs, but there is no automatic way to access them. It would be great to either:
A) Upload the log files to the Libki server
and/or
B) Stream the logging statements to the server live
A is more complicated, B would cause far more network activity.
For B, we could implement logging levels on the server side that the client could read and then log the appropriate level.
The text was updated successfully, but these errors were encountered: