Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
H
hilo-micCenter
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hujiebin
hilo-micCenter
Commits
28de9962
Commit
28de9962
authored
Aug 18, 2023
by
hujiebin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:减少一半日志
parent
b390a967
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
main.go
main.go
+2
-2
No files found.
main.go
View file @
28de9962
...
...
@@ -46,7 +46,7 @@ func check() {
case
<-
tick
.
C
:
l
,
err
:=
redisCli
.
GetRedis
()
.
LLen
(
context
.
Background
(),
micInfoChange
)
.
Result
()
if
err
!=
nil
{
mylogrus
.
MyLog
.
Info
f
(
"cron micChangeSys msg error,left %v-%v"
,
l
,
err
)
mylogrus
.
MyLog
.
Error
f
(
"cron micChangeSys msg error,left %v-%v"
,
l
,
err
)
}
if
l
>
MONITOR_LENGTH
{
go
func
()
{
...
...
@@ -73,7 +73,7 @@ func deal() {
}
if
len
(
strs
)
>=
2
{
content
:=
strs
[
1
]
mylogrus
.
MyLog
.
Infof
(
"cron micChangeSys content:%v"
,
content
)
//
mylogrus.MyLog.Infof("cron micChangeSys content:%v", content)
micSystemMsg
:=
MicSystemMsg
{}
if
err
:=
json
.
Unmarshal
([]
byte
(
content
),
&
micSystemMsg
);
err
!=
nil
{
mylogrus
.
MyLog
.
Errorf
(
"cron micChangeSys Unmarshal err:%+v, content:%v"
,
err
,
content
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment