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
For testing / dev purposes or just in general, a JsonFileLogReader should be able to pull date information from somewhere besides the folder where the log is stored.
Proposed solution: give JsonFileLogReader a date field that it can fall back to if parsing the folder structure doesn't make sense.
The text was updated successfully, but these errors were encountered:
Ofc, with the formats field there's a circular problem here if the strategy is separate readers for separate formats--how do you know which reader should read the log until you read the log?
For testing / dev purposes or just in general, a
JsonFileLogReader
should be able to pull date information from somewhere besides the folder where the log is stored.Proposed solution: give
JsonFileLogReader
adate
field that it can fall back to if parsing the folder structure doesn't make sense.The text was updated successfully, but these errors were encountered: