Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-04-01Fixing build (#14296)diosmosis
* fix condition * NullHandler must be end of writer array to allow other handlers to handle the message (since it seems to stop bubbling). * Do not do php eol check during tests. * Just in case. * try to fix the build * Add screenshot.
2019-03-20Make sure Monolog never adds its default handler. (#14239)diosmosis
2019-02-18Enable fingers crossed handler via INI config and show backtrace in ↵diosmosis
logs/archive api output (#13923) * Add config to use FringersCrossedHandler (untested) * Get to work in different contexts. * Add changelog note. * Make sure more exceptions make it to the logs, make backtrace include previous exceptions, do not use screen writer if in cli mode, always print backtrace if in CLI mode and archivephp triggered. * Add log capturing handler. * Remove options from global.ini.php sibnce they may be temporary. * Add UI test triggering an error w/ the screen handler. * Add some more log statements, ignore logs in screen writer, replace part of message in ExceptionToTextProcessor instead of whole message. * Add missing license. * Update changelog, move new item to 3.9 * Fixing some integration tests. * Fix another unit test. * One more test fix. * Try to get rid of xss testing warning. * Try again to get rid of warning. * Try again to get rid of warning. * Try again to get rid of warning.
2018-12-19Allow setting different log levels per log writer if desired. (#13873)diosmosis
* Set different log levels per log writer if desired. * small tweak * tweak doc
2018-09-06Add [tests] config option to enable logging in tests. (#13335)diosmosis
* Add [tests] config option to enable logging in tests. * Allow tests:run/tests:run-ui commands to enable logging for individual runs + during tests only log to file. * Remove Fixture field * fix failing test * fixing build * Fix another failure. * Fix an other test.
2018-08-11If warning/error log detected in console command exit w/ code = 1. (#13275)diosmosis
2018-08-01Add some simple profiling output to core:archive command (#13215)diosmosis
* Initial code to gather performance measurements across processes. * Get proof of concept to work. * couple tweaks * Modified to use a custom log file instead of option table. * add peak memory value
2018-04-12Log a job ID for cli commands (#12717)Thomas Steur
* log requestId for cli commands * format console log * log pid for cli commands * fix test
2015-09-22Split multi-line log messages into multiple log messages if file handlerThomas Steur
is used
2015-08-19simplify definitionThomas Steur
2015-08-19fix a system testThomas Steur
2015-08-19tracker debug config might be not set, avoid a warningThomas Steur
2015-08-19use monolog in trackerThomas Steur
2015-04-20Merge branch 'master' into 7640_tracker_optimizationsdiosmosis
2015-04-20Forgot to add new config files.diosmosis
2015-04-20Allow plugins to have environment DI config files. Move all logging DI to ↵diosmosis
Monolog plugin and only use logging in tracker if [Tracker] debug = 1.
2015-04-13Updated PHP-DI versionMatthieu Napoli
2015-03-26Avoid the sprintf log processor to be run if not needed and avoid to die if ↵Matthieu Napoli
sprintf with an object
2015-03-02#7301 Removes any token_auth that might be logged.Matthieu Napoli
2015-02-12Moved the monolog configuration and code into a Monolog pluginMatthieu Napoli