Commit ea2478f4916d5bad20854d8a35a608d2c207a5e1
1 parent
5cfb6dad
生产
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/services/errorlog.lua
... | ... | @@ -22,7 +22,7 @@ local logHandle = { |
22 | 22 | doc["timestamp"] = now |
23 | 23 | doc["instance_id"] = serverId |
24 | 24 | doc["game_name"] = "wasteland" |
25 | - doc["env"] = "cb" | |
25 | + doc["env"] = "prod" | |
26 | 26 | doc["app_name"] = "gs" |
27 | 27 | doc["app_id"] = "game.wasteland.gs" |
28 | 28 | --FATAL、ERROR、WARN、INFO、DEBUG | ... | ... |