Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
log-platform
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
赵啸非
log-platform
Commits
fac0d9c3
Commit
fac0d9c3
authored
Dec 08, 2023
by
赵啸非
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改查询时间段
parent
56820a34
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
18 deletions
+18
-18
log-manager-ui/admin/src/views/error/log/list.vue
log-manager-ui/admin/src/views/error/log/list.vue
+7
-7
log-manager/pom.xml
log-manager/pom.xml
+11
-11
No files found.
log-manager-ui/admin/src/views/error/log/list.vue
View file @
fac0d9c3
...
@@ -44,12 +44,12 @@
...
@@ -44,12 +44,12 @@
return
{
return
{
config
:
{
config
:
{
search
:
[
search
:
[
{
{
name
:
"
traceID
"
,
name
:
"
traceID
"
,
type
:
"
text
"
,
type
:
"
text
"
,
label
:
"
Trace
Id
"
,
label
:
"
追踪
Id
"
,
fuzzy
:
true
fuzzy
:
true
},
},
{
{
name
:
"
appName
"
,
name
:
"
appName
"
,
type
:
"
select
"
,
type
:
"
select
"
,
...
@@ -81,7 +81,7 @@
...
@@ -81,7 +81,7 @@
{
type
:
"
index
"
,
label
:
"
序号
"
,
align
:
"
center
"
,
width
:
50
},
{
type
:
"
index
"
,
label
:
"
序号
"
,
align
:
"
center
"
,
width
:
50
},
{
label
:
"
追踪Id
"
,
prop
:
"
id
"
},
{
label
:
"
TraceID
"
,
prop
:
"
traceID
"
},
{
label
:
"
日志来源
"
,
prop
:
"
appName
"
,
formatter
:
this
.
formatter
},
{
label
:
"
日志来源
"
,
prop
:
"
appName
"
,
formatter
:
this
.
formatter
},
...
...
log-manager/pom.xml
View file @
fac0d9c3
...
@@ -188,25 +188,25 @@
...
@@ -188,25 +188,25 @@
</profile>
</profile>
<profile>
<profile>
<id>
sngx
</id>
<id>
xuanhan
</id>
<properties>
<properties>
<profiles.active>
sngx
</profiles.active>
<profiles.active>
yibin
</profiles.active>
<profiles.server.ip>
1
27.0.0.1
</profiles.server.ip>
<profiles.server.ip>
1
92.168.2.144
</profiles.server.ip>
<profiles.server.port>
18225
</profiles.server.port>
<profiles.server.port>
18225
</profiles.server.port>
<profiles.nginx.port>
11092
</profiles.nginx.port>
<profiles.nginx.port>
11092
</profiles.nginx.port>
<profiles.server.gatewayport>
11078
</profiles.server.gatewayport>
<profiles.server.gatewayport>
11078
</profiles.server.gatewayport>
<profiles.server.path>
/log
s
ervice
</profiles.server.path>
<profiles.server.path>
/log
S
ervice
</profiles.server.path>
<profiles.publish.path>
/home/publish
</profiles.publish.path>
<profiles.publish.path>
/home/publish
</profiles.publish.path>
<profiles.datasource.uri>
<profiles.datasource.uri>
<![CDATA[jdbc:mysql://127.0.0.1:3306/log-platform?useUnicode=true&characterEncoding=utf8&useSSL=false&serverTimezone=Hongkong]]>
</profiles.datasource.uri>
<![CDATA[jdbc:mysql://127.0.0.1:3306/log-platform?useUnicode=true&characterEncoding=utf8&useSSL=false&serverTimezone=Hongkong]]>
</profiles.datasource.uri>
<profiles.datasource.username>
root
</profiles.datasource.username>
<profiles.datasource.username>
root
</profiles.datasource.username>
<profiles.datasource.password>
root
</profiles.datasource.password>
<profiles.datasource.password>
xhx@2022
</profiles.datasource.password>
<profiles.redis.uri>
127.0.0.1
</profiles.redis.uri>
<profiles.redis.uri>
127.0.0.1
</profiles.redis.uri>
<profiles.redis.port>
6379
</profiles.redis.port>
<profiles.redis.port>
6379
</profiles.redis.port>
<profiles.redis.username></profiles.redis.username>
<profiles.redis.username></profiles.redis.username>
<profiles.redis.password>
hotel@2020
</profiles.redis.password>
<profiles.redis.password>
hotel@2020
</profiles.redis.password>
<profiles.redis.database>
9
</profiles.redis.database>
<profiles.redis.database>
9
</profiles.redis.database>
<profiles.rabbitmq.host>
1
92.168.0.250
</profiles.rabbitmq.host>
<profiles.rabbitmq.host>
1
27.0.0.1
</profiles.rabbitmq.host>
<profiles.rabbitmq.port>
5672
</profiles.rabbitmq.port>
<profiles.rabbitmq.port>
5672
</profiles.rabbitmq.port>
<profiles.rabbitmq.username>
taxi_mq
</profiles.rabbitmq.username>
<profiles.rabbitmq.username>
taxi_mq
</profiles.rabbitmq.username>
<profiles.rabbitmq.password>
admin@2020
</profiles.rabbitmq.password>
<profiles.rabbitmq.password>
admin@2020
</profiles.rabbitmq.password>
...
@@ -215,15 +215,15 @@
...
@@ -215,15 +215,15 @@
<profiles.nacos.server-addr>
127.0.0.1:8848
</profiles.nacos.server-addr>
<profiles.nacos.server-addr>
127.0.0.1:8848
</profiles.nacos.server-addr>
<profiles.nacos.group>
DEFAULT_GROUP
</profiles.nacos.group>
<profiles.nacos.group>
DEFAULT_GROUP
</profiles.nacos.group>
<profiles.nacos.namespace>
smart-gov
</profiles.nacos.namespace>
<profiles.nacos.namespace>
smart-gov
</profiles.nacos.namespace>
<profiles.log.path>
/home/mortals/app/logs
</profiles.log.path>
<profiles.log.path>
D:
/home/mortals/app/logs
</profiles.log.path>
<profiles.filepath>
/mortals/app/data
</profiles.filepath>
<profiles.filepath>
D:
/mortals/app/data
</profiles.filepath>
<package.environment>
build
</package.environment>
<package.environment>
yibin
</package.environment>
<skipDeploy>
fals
e
</skipDeploy>
<skipDeploy>
tru
e
</skipDeploy>
</properties>
</properties>
</profile>
</profile>
</profiles>
</profiles>
<properties>
<properties>
</properties>
</properties>
...
...
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