-
- Downloads
Use different log levels depending on result code
Different result codes mean different things, and thus logging all of them at INFO level can be confusing when one is scrolling through many lines of logs looking for errors. This commit changes the level at which command results are logged depending on their result codes. This work was performed as part of YAN-688. Signed-off-by:Rodrigo Tobar <rtobar@icrar.org>
Please register or sign in to comment