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
Thinking about this a little more, we could keep track of where the logs are sent. If they are sent to the console, then there is nothing else to send as the dev will see the logs anyways. However, if the logs are sent somewhere else, then we could send human friendly messages to the console. That would mean that the solution would involve some modification of the internal logger.
…logging to file. (#568)
Relevant issue(s)
Resolves#507
Description
This PR adds the ability to send user feedback to the console even when we configure Defra to send the log to a file. Feedback is sent in plain text as a simple message.
…logging to file. (sourcenetwork#568)
Relevant issue(s)
Resolvessourcenetwork#507
Description
This PR adds the ability to send user feedback to the console even when we configure Defra to send the log to a file. Feedback is sent in plain text as a simple message.
As pointed out by John on #389 (comment)
Several implementation ideas related to this:
log.Print
cli
to handle the special requirementSome goals:
The text was updated successfully, but these errors were encountered: