[#96] Move log messages to constants #194
Labels
No labels
P0
P1
P2
P3
good first issue
Infrastructure
blocked
bug
config
discussion
documentation
duplicate
enhancement
go
help wanted
internal
invalid
kludge
observability
perfomance
question
refactoring
wontfix
No milestone
No project
No assignees
4 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/frostfs-s3-gw#194
Loading…
Reference in a new issue
No description provided.
Delete branch ":feature/3978-move_logs_to_constants"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Signed-off-by: Roman Loginov r.loginov@yadro.com
@ -0,0 +8,4 @@
* software and the intellectual property contained therein is expressly
* limited to the terms and conditions of the License Agreement under which
* it is provided by YADRO.
*/
In public repositories we don't need this Copyright
bdc78de601
to9aa698dda2
Let's rewrite this to
a.log.Warn("resolver 'nns' won't be used since 'rpc_endpoint' isn't provided")
and move it to constant too9aa698dda2
to8efcc957ea
We also have a linter which can help catching this problems in future https://git.frostfs.info/TrueCloudLab/linters/#user-content-noliteral