Skip to content

Commit 093a0c8

Browse files
remove ottersync banner from logs (#19534)
1 parent 939ed31 commit 093a0c8

File tree

2 files changed

+0
-50
lines changed

2 files changed

+0
-50
lines changed

db/snapshotsync/snapshotsync.go

Lines changed: 0 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -41,46 +41,6 @@ import (
4141
"github.com/erigontech/erigon/node/gointerfaces/grpcutil"
4242
)
4343

44-
var GreatOtterBanner = `
45-
_____ _ _ _ ____ _ _
46-
/ ____| | | | (_) / __ \| | | |
47-
| (___ | |_ __ _ _ __| |_ _ _ __ __ _ | | | | |_| |_ ___ _ __ ___ _ _ _ __ ___
48-
\___ \| __/ _ | '__| __| | '_ \ / _ | | | | | __| __/ _ \ '__/ __| | | | '_ \ / __|
49-
____) | || (_| | | | |_| | | | | (_| | | |__| | |_| || __/ | \__ \ |_| | | | | (__ _ _ _
50-
|_____/ \__\__,_|_| \__|_|_| |_|\__, | \____/ \__|\__\___|_| |___/\__, |_| |_|\___(_|_|_)
51-
__/ | __/ |
52-
|___/ |___/
53-
54-
55-
.:-===++**++===-:
56-
:=##%@@@@@@@@@@@@@@@@@@%#*=.
57-
.=#@@@@@@%##+====--====+##@@@@@@@#=. ...
58-
.=**###*=:+#@@@@%*=:. .:=#%@@@@#==#@@@@@%#-
59-
-#@@@@%%@@@@@@%+-. .=*%@@@@#*+*#@@@%=
60-
=@@@*: -%%+: -#@+. =@@@-
61-
%@@# +@#. :%%- %@@*
62-
@@@+ +%=. -+= :=- .#@- %@@#
63-
*@@%: #@- =@@@* +@@@%. =@= -*@@@:
64-
#@@@##@+ #@@@@. %@@@@= #@%@@@#-
65-
:#@@@@: +@@@# :=++++==-. *@@@@: =@@@@-
66-
=%@@%= +#*. =#%#+==-==+#%%=: .+#*: .#@@@#.
67-
+@@%+. .+%+-. :=##- :#@@@-
68-
-@@@= -%#: ..::. +@* +@@%.
69-
.::-========*@@@.. -@# +%@@@@%. -@# .-@@@+=======-
70-
.:-====----:::::#@@%:--=::::.. #@: *@@@@@%: *@= ..:-:-=--:@@@+::::----
71-
=@@@:....... @@ :+@#=. -@+ .......-@@@:
72-
.:=++####*%@@%=--::::.. @@ %# %* :@* -@+ ...::---+@@@#*#*##+=-:
73-
..--==::.. :%@@@- ..:::.. @@ +@*:.-#@@+-.-#@- -@+ ..:::.. .+@@@#. ..:-
74-
.#@@@##-:. @@ :+#@%=.:+@@#=. -@+ .-=#@@@@+
75-
-=+++=--+%@@%+=. @@ +%*=+#%- -@+ :=#@@@%+--++++=:
76-
.=**=:. .=*@@@@@#=:. @@ :--. -@+ .-+#@@@@%+: .:=*+-.
77-
::. .=*@@@@@@%#@@+=-:.. ..::=+#@%#@@@@@@%+-. ..-.
78-
..=*#@@@@@@@@@@@@@@@%%@@@@@@@@@@@@@@%#+-.
79-
.:-==++*#######%######**+==-:
80-
81-
82-
`
83-
8444
type CaplinMode int
8545

8646
const (

execution/stagedsync/stage_snapshots.go

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -148,23 +148,13 @@ func DownloadAndIndexSnapshotsIfNeed(s *StageState, ctx context.Context, tx kv.R
148148
return nil
149149
}
150150

151-
diaglib.Send(diaglib.CurrentSyncStage{Stage: string(stages.Snapshots)})
152-
153151
cstate := snapshotsync.NoCaplin
154152
if cfg.caplin {
155153
cstate = snapshotsync.AlsoCaplin
156154
}
157155

158-
subStages := diaglib.InitSubStagesFromList([]string{"Download header-chain", "Download snapshots", "E2 Indexing", "E3 Indexing", "Fill DB"})
159-
diaglib.Send(diaglib.SetSyncSubStageList{
160-
Stage: string(stages.Snapshots),
161-
List: subStages,
162-
})
163-
164156
log.Info("[OtterSync] Starting Ottersync")
165-
log.Info(snapshotsync.GreatOtterBanner)
166157

167-
diaglib.Send(diaglib.CurrentSyncSubStage{SubStage: "Download header-chain"})
168158
agg := cfg.db.(*temporal.DB).Agg().(*state.Aggregator)
169159
// Download only the snapshots that are for the header chain.
170160

0 commit comments

Comments
 (0)