Message ID | 20230513142038.753351-6-lizhijian@fujitsu.com (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | cxl/monitor and ndctl/monitor fixes | expand |
On 5/13/23 7:20 AM, Li Zhijian wrote: > No syslog is supported by cxl-monitor > > Signed-off-by: Li Zhijian <lizhijian@fujitsu.com> Reviewed-by: Dave Jiang <davejiang@intel.com> > --- > Documentation/cxl/cxl-monitor.txt | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > > diff --git a/Documentation/cxl/cxl-monitor.txt b/Documentation/cxl/cxl-monitor.txt > index 3fc992e4d4d9..c284099f16c3 100644 > --- a/Documentation/cxl/cxl-monitor.txt > +++ b/Documentation/cxl/cxl-monitor.txt > @@ -39,8 +39,7 @@ OPTIONS > --log=:: > Send log messages to the specified destination. > - "<file>": > - Send log messages to specified <file>. When fopen() is not able > - to open <file>, log messages will be forwarded to syslog. > + Send log messages to specified <file>. > - "standard": > Send messages to standard output. >
diff --git a/Documentation/cxl/cxl-monitor.txt b/Documentation/cxl/cxl-monitor.txt index 3fc992e4d4d9..c284099f16c3 100644 --- a/Documentation/cxl/cxl-monitor.txt +++ b/Documentation/cxl/cxl-monitor.txt @@ -39,8 +39,7 @@ OPTIONS --log=:: Send log messages to the specified destination. - "<file>": - Send log messages to specified <file>. When fopen() is not able - to open <file>, log messages will be forwarded to syslog. + Send log messages to specified <file>. - "standard": Send messages to standard output.
No syslog is supported by cxl-monitor Signed-off-by: Li Zhijian <lizhijian@fujitsu.com> --- Documentation/cxl/cxl-monitor.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)