aboutsummaryrefslogtreecommitdiff
path: root/rumba/log.py
Commit message (Collapse)AuthorAgeFilesLines
* rumba: Update copyright on license headersSander Vrijders2018-04-231-2/+2
| | | | | This updates the copyright on the license headers to that it is extended to the current year.
* storyboard: add/format docstringsMarco Capitani2018-03-291-19/+51
| | | | | | | | | Also: + small docstring fixes in model + docstring fixes in log + log refactoring + other small refactoring + some small documentation fixes
* testbeds, prototypes, model: Add docstringsSander Vrijders2018-03-281-4/+9
| | | | | This adds docstrings for methods of in the testbeds, prototypes and certain things in the model.
* rumba: Add Rumba documentation websiteSander Vrijders2018-03-281-8/+11
| | | | | This adds a documentation website for Rumba which is triggered automatically after changes to master.
* storyboard: add replayabilityMarco Capitani2018-03-161-1/+0
| | | | implements #27
* log: add log to file and flush logger functionalitiesMarco Capitani2018-02-271-0/+41
|
* storyboard: re-add run_command methodMarco Capitani2018-01-111-0/+15
| | | | | | | | | Also: logging fix in ssh_support, Enabling changes: storyboard: refactor 'start' method, it was getting big some more minor storyboard refactoring for decoupling update examples to new syntax
* rumba: Use saner names and add Dimitri as authorSander Vrijders2017-11-151-0/+1
| | | | | This uses a saner name for multiprocessing_utils and adds some licenses where they were missing and adds Dimitri as author.
* prototypes: Add parallel installation for IRATIMarco Capitani2017-11-151-7/+135
| | | | | | | This adds parallel installation for IRATI, it also adds support for multithread/multiprocess logging. Furthermore prototype-agnostic utilities for multiprocessing have been added. Caching of clients has been re-enabled for the ssh connections.
* rumba: Update license headersSander Vrijders2017-09-081-4/+10
| | | | | This makes the license headers uniform and adds the authors and a copyright.
* Merge branch 'master' into storyboard-implMarco Capitani2017-06-211-3/+2
|\
| * ssh_support + log: fixes for python 2 compatibilityMarco Capitani2017-06-151-8/+7
| |
* | Storyboard implemented, to be testedMarco Capitani2017-06-211-5/+12
|/
* Fixed default level to DEBUGMarco Capitani2017-04-241-1/+1
|
* Log: fixed typo (Rumba in caps)Marco Capitani2017-04-241-1/+1
|
* Logging: added set and reset logging level method, small logging modifications.Marco Capitani2017-04-241-14/+101
|
* rumba: log: Reformatting logs in order to 'save screen real estate'Marco Capitani2017-04-211-2/+8
|
* rumba: log: Simplified configuration, small fixesMarco Capitani2017-04-211-32/+21
|
* rumba: log: Added logging support, migrated from print to logging.Marco Capitani2017-04-211-0/+50
+ Added logging, migrated, default logging configuration is to stdout. + Minor PEP8 adjustments all-around