Remove the logger.py module
Since now we use only one function from the logger module (SetupLogging), we move it to utils.py (which is already imported by all users of this function), and we remove the module. Reviewed-by: imsnah
Showing
- Makefile.am 0 additions, 1 deletionMakefile.am
- daemons/ganeti-masterd 2 additions, 3 deletionsdaemons/ganeti-masterd
- daemons/ganeti-noded 2 additions, 3 deletionsdaemons/ganeti-noded
- daemons/ganeti-rapi 1 addition, 2 deletionsdaemons/ganeti-rapi
- daemons/ganeti-watcher 2 additions, 3 deletionsdaemons/ganeti-watcher
- lib/cli.py 2 additions, 3 deletionslib/cli.py
- lib/logger.py 0 additions, 104 deletionslib/logger.py
- lib/utils.py 44 additions, 0 deletionslib/utils.py
- tools/burnin 1 addition, 2 deletionstools/burnin
Loading
Please register or sign in to comment