-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Logs in subfolders are not included #34
Comments
I wasn't aware of any package that logged into sub-folders. Are these log files the exact same format as the Umbraco ones? The log viewer is really just for umbraco log format, it can't display other formats. |
Not quite, it looks like this:
or
I am not sure is there is an easy way to include these or if is possible at the moment? |
Unfortunately there's no easy way. The log file formats have no natural delimiters so requires some heavy regex to break down the fields - it simply wouldn't recognize the fields in this format, I don't think. |
Okay makes sense. Not sure if these logs can be includes in a different way, maybe under a separate node. But I noticed this, so I would report it here and maybe you or other have some ideas what to do with these. Theoretically package developers could log files in any format and is deep nesting folders, which not is recommended. |
I have suggested they move the location of the file and the format of the data in this. |
When packages log files in subfolders it seems these are not included, e.g. the QuickPayV10 for UCommerce https://github.com/Pragmasoft/uCommerce.QuickpayV10 which writes logs in a subfolder
/App_Data/Logs/Pragmasoft/QuickpayV10.txt
but this is not visible in Diploy Trace Log Viewer.The text was updated successfully, but these errors were encountered: