-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathserver.log
More file actions
90 lines (88 loc) · 2.79 KB
/
server.log
File metadata and controls
90 lines (88 loc) · 2.79 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
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
84
85
86
87
88
89
90
> [email protected] dev
> node server.js
[[email protected]] injecting env (16) from .env -- tip: 🔐 prevent committing .env to code: https://dotenvx.com/precommit
> Next.js ready on http://localhost:3000
> WebSocket server ready on ws://localhost:3001/ws
PostgreSQL LISTEN client connected
(node:36606) [DEP0169] DeprecationWarning: `url.parse()` behavior is not standardized and prone to errors that have security implications. Use the WHATWG URL API instead. CVEs are not issued for `url.parse()` vulnerabilities.
(Use `node --trace-deprecation ...` to show where the warning was created)
✓ Compiled /api/leaderboard/tokens in 364ms (365 modules)
Certificate exists at /Users/dylanvu/devscan/certs/us-east-1-bundle.pem, configuring SSL with AWS RDS certificates
Using sslmode=require - configuring encrypted connection without strict verification
Executed query {
text: '\n' +
' WITH ranked_tokens AS (\n' +
' SELECT \n' +
' p.base_address as token_address,\n' +
' ',
duration: 1166,
rows: 5
}
Executed query {
text: '\n' +
' SELECT \n' +
' wallet_address,\n' +
' dev_name,\n' +
' x_p',
duration: 23,
rows: 0
}
Executed query {
text: '\n' +
' SELECT \n' +
' wallet_address,\n' +
' warning_message\n' +
' ',
duration: 131,
rows: 0
}
Executed query {
text: '\n' +
' SELECT \n' +
' p.base_address as token_address,\n' +
' (p.initial_buy_sol * ((G',
duration: 317,
rows: 1000
}
GET /api/leaderboard/tokens?period=1D&page=0&pageSize=5 200 in 1923ms
✓ Compiled in 23ms
✓ Compiled /api/leaderboard/tokens in 128ms (89 modules)
Certificate exists at /Users/dylanvu/devscan/certs/us-east-1-bundle.pem, configuring SSL with AWS RDS certificates
Using sslmode=require - configuring encrypted connection without strict verification
Executed query {
text: '\n' +
' WITH token_data AS (\n' +
' SELECT \n' +
' p.base_address as token_address,\n' +
' p.p',
duration: 559,
rows: 5
}
Executed query {
text: '\n' +
' SELECT \n' +
' wallet_address,\n' +
' dev_name,\n' +
' x_p',
duration: 53,
rows: 1
}
Executed query {
text: '\n' +
' SELECT \n' +
' wallet_address,\n' +
' warning_message\n' +
' ',
duration: 150,
rows: 0
}
Executed query {
text: '\n' +
' WITH token_data AS (\n' +
' SELECT \n' +
' p.base_address as token_address,\n' +
' ',
duration: 990,
rows: 1000
}
GET /api/leaderboard/tokens?period=1D&page=0&pageSize=5 200 in 1726ms