X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/5cd02331394595a6e64f19c2cc14c9955c9266dd..b8f92203bfa5766f9aa8bfb728bb4a1580e7d6d1:/services/crunch-run/logging.go?ds=sidebyside diff --git a/services/crunch-run/logging.go b/services/crunch-run/logging.go index 816802b708..0083f0999c 100644 --- a/services/crunch-run/logging.go +++ b/services/crunch-run/logging.go @@ -1,3 +1,7 @@ +// Copyright (C) The Arvados Authors. All rights reserved. +// +// SPDX-License-Identifier: AGPL-3.0 + package main import ( @@ -369,7 +373,7 @@ func (arvlog *ArvLogWriter) rateLimit(line []byte, now time.Time) (bool, []byte) } } -// load the rate limit discovery config paramters +// load the rate limit discovery config parameters func loadLogThrottleParams(clnt IArvadosClient) { param, err := clnt.Discovery("crunchLimitLogBytesPerJob") if err == nil {