14
14
# See the License for the specific language governing permissions and
15
15
# limitations under the License.
18
18
from swift.common.utils import parse_options
19
19
from swift.common.daemon import run_daemon
21
21
if __name__ == '__main__':
22
22
conf_file, options = parse_options()
25
run_daemon(AccountStat, conf_file, section_name='log-processor-stats',
26
27
log_name="account-stats", **options)