I think it's just hard-coded in the cephadm binary [0]: _log_file_handler = { 'level': 'DEBUG', 'class': 'logging.handlers.WatchedFileHandler', 'formatter': 'cephadm', 'filename': '%s/cephadm.log' % LOG_DIR, } I haven't looked to deep yet if it can be overridden, but didn't find anything on a quick search. [0] https://github.com/ceph/ceph/blob/46ba365307312980303de311cacbb49974dbc74f/s... Zitat von Alex <mr.alexey@gmail.com>:
Hi everyone.
My company has paid Ceph support. The tech is saying: "...cephadm package of ceph 5 is having bug. So It generate debug logs even its set for "info" logs..." I have two clusters running, one Ceph 5 and the other Ceph 6 (Quincy). Both of them are sending "DEBUG ---------" messages to cephadm.log. I checked everywhere I can think of and all the logs are set to INFO.
Is there really a bug? I can't find any mention of one anywhere on the internet, besides, it seems that if there really is a bug it hasn't been fixed in version 6 either.
I tried setting " mgr/cephadm/log_to_cluster_level" and "mgr/cephadm/log_level" to WARN and noting changed.
/etc/ceph/ceph.conf has no mention of log level.
Any help would be appreciated, Thanks! _______________________________________________ ceph-users mailing list -- ceph-users@ceph.io To unsubscribe send an email to ceph-users-leave@ceph.io