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
I am currently using loggr for logging in a shiny application. The logs will be useful to analyse user behaviour and check that they are using the app as intended.
Would you consider including a function parse_logs(), which reads a log file and parses the results as a data frame?
The text was updated successfully, but these errors were encountered:
I'll definitely consider it. I'm not sure, however, that there is a good way to have both high flexibility in how logs are written, and also have a solid parser. But I'll keep it in mind and when we have the "writing side" is more settled, we can return to this suggestion.
Hi,
I am currently using
loggr
for logging in a shiny application. The logs will be useful to analyse user behaviour and check that they are using the app as intended.Would you consider including a function
parse_logs()
, which reads a log file and parses the results as a data frame?The text was updated successfully, but these errors were encountered: