-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Provide extended core:archive logger output messages for easier monitoring #6764
Comments
Current status:
This is done in the #5363 pull request (#6755)
If debug logging level is used, the API requests will be printed out.
I added this a week or two ago, the plugin being archived will be logged if level is DEBUG.
This is a duplicate of the above itme. |
For the record I'm working on the logger refactoring and in CLI the log will be outputted according to verbosity options: i.e. it will not depend on the configuration anymore for logging to stdout (all other backends will have their logging level still configured with So by default it will log to the console with INFO level, if you use |
Monolog provides a |
👍 for this, it would be great to have insight into which segment is currently processed (for ex. processing segment ABCD 1 of 10). |
+1 |
good idea, see proposal in: Log which segments are currently being archived #7536 |
#7536 is last remaining sub-task. If we have any new idea to improve |
All done! if you have further suggestion on how to improve |
As a Piwik developer
I'd like to have better archiving output
to make debugging easier.
What could be added:
log each segment archiving with time (rather than log them all at once), Log which segments are currently being archived #7536ability to print API calls used to archive-> use--v
to seeclimulti:request
callsduring archiving - which plug-in is currently being archived,-> the plugin being archived will be logged if level is DEBUGability to easily print all queries executed during archiving,-> done in logger in verbose modeProvide better information regarding memory usage by each plugin Provide better information regarding memory usage by each plugin #6708while requesting from API with debug parameter - information about selected archives (idarchive, archive type, missing archives) - such debug was available in Piwik 1.*The text was updated successfully, but these errors were encountered: