File tree Expand file tree Collapse file tree 2 files changed +8
-9
lines changed
Expand file tree Collapse file tree 2 files changed +8
-9
lines changed Original file line number Diff line number Diff line change @@ -231,8 +231,8 @@ Usage::
231231
232232 ceph config rm <who> <option>
233233
234- Subcommand ``log `` to show recent history of config changes. If `count ` option
235- is omitted it defaults to 10 .
234+ Subcommand ``log `` to show recent history of central config changes. If the `count ` argument
235+ is omitted the last ten entries are shown .
236236
237237Usage::
238238
Original file line number Diff line number Diff line change @@ -1626,21 +1626,20 @@ debugging.
16261626
16271627 .. prompt :: bash #
16281628
1629- bin/ ceph config set mgr mgr/dashboard/log_level debug
1629+ ceph config set mgr mgr/dashboard/log_level debug
16301630
163116313. High log levels can result in considerable log volume, which can
1632- easily fill up your filesystem. Set a calendar reminder for an hour, a day,
1633- or a week in the future to revert this temporary logging increase. This looks
1634- something like this :
1632+ easily fill up your filesystem or central log store . Set a calendar reminder for an hour, a day,
1633+ or a week in the future to revert a temporary logging increase. Any current, non-default setting
1634+ may be shown with the below command :
16351635
16361636 .. prompt :: bash #
16371637
1638- ceph config log
1638+ ceph config dump | grep mgr/dashboard/log_level
16391639
16401640 ::
1641-
16421641 ...
1643- --- 11 --- 2020-11-07 11:11:11.960659 --- mgr.x /dashboard/log_level = debug ---
1642+ mgr advanced mgr/dashboard/log_level debug
16441643 ...
16451644
16461645 .. prompt :: bash #
You can’t perform that action at this time.
0 commit comments