Actions
Bug #7518
closedfcsm module's debug level default should be 0
Start date:
2016-10-27
Due date:
% Done:
100%
Estimated time:
Difficulty:
Bite-size
Tags:
Gerrit CR:
Description
fcsm module is too verbose by default, spamming log with useless internal information (on debug builds, that is), the example is below:
Jul 15 12:24:22 altair unix: fcsm: detach: start. cmd <DETACH> Jul 15 12:24:22 altair unix: fcsm: detach: end. cmd 0x0, rval 0x0 Jul 15 12:24:23 altair unix: fcsm: _fini
We should make its default debug level 0.
Updated by Electric Monk almost 6 years ago
- Status changed from In Progress to Closed
- % Done changed from 50 to 100
git commit 98ea43c535d76898c524dae98b96ab1b055364d9
commit 98ea43c535d76898c524dae98b96ab1b055364d9 Author: Yuri Pankov <yuri.pankov@nexenta.com> Date: 2016-10-31T22:38:49.000Z 7518 fcsm module's debug level default should be 0 Reviewed by: Andy Stormont <astormont@racktopsystems.com> Approved by: Robert Mustacchi <rm@joyent.com>
Actions