Switch to using named logging inside cmdline folder

Review Request #11954 — Created Jan. 21, 2022 and submitted — Latest diff uploaded

Information

Review Board
release-4.0.x

Reviewers

Instantiate a logger and use that instead of calling logging function in cmdline folder

Tested by calling the scripts in the command line and verified that the error logs were being printed when using logger.error instead of logging.error.

Diff Revision 3

This is not the most recent revision of the diff. The latest diff is revision 5. See what's changed.

orig
1
2
3
4
5

Commits

First Last Summary ID Author
Switched from using logging to logger
af1a352f0098b7faf6b0b8fd30299695dcd028f0 Gurvir Dehal
Change logger.basicConfig to use logging
9f73de7300aeb00483f260ea8591448bd07d627d Gurvir Dehal
reviewboard/cmdline/rbext.py
reviewboard/cmdline/rbsite.py
reviewboard/cmdline/rbssh.py
Loading...