Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] Copy Raw Logs without Filter #160

Open
brickbuckett opened this issue Dec 14, 2023 · 0 comments
Open

[Feature Request] Copy Raw Logs without Filter #160

brickbuckett opened this issue Dec 14, 2023 · 0 comments

Comments

@brickbuckett
Copy link

Use Case
This is purely for QA purposes. This feature makes it easier to share logs when opening tickets or sharing with associates. It would be nice if in the log there was a button you could click to copy the raw log to the clipboard without all the mess from the filters.

Example (totally not ripped from github)
copyraw

Expected Results
How things should copy/paste into tickets or other communication.

{
  "npc_id": "9128",
  "npc_name": "Exterminator Qalantir",
  "handin_items[0].item_id": "13071",
  "handin_items[0].item_name": "Rat Whiskers",
  "handin_items[0].charges": "1",
  "handin_items[0].attuned": "false",
  "handin_items[1].item_id": "13071",
  "handin_items[1].item_name": "Rat Whiskers",
  "handin_items[1].charges": "1",
  "handin_items[1].attuned": "false",
  "handin_items[2].item_id": "13071",
  "handin_items[2].item_name": "Rat Whiskers",
  "handin_items[2].charges": "1",
  "handin_items[2].attuned": "false",
  "handin_items[3].item_id": "13071",
  "handin_items[3].item_name": "Rat Whiskers",
  "handin_items[3].charges": "1",
  "handin_items[3].attuned": "false",
  "handin_money.copper": "0",
  "handin_money.silver": "0",
  "handin_money.gold": "0",
  "handin_money.platinum": "0",
  "return_items": "[]",
  "return_money.copper": "0",
  "return_money.silver": "0", 
  "return_money.gold": "0",
  "return_money.platinum": "0",
}

Actual Results
How it actually looks when you try.

{
  "npc_id": "9128", [ = [9128]](http://0.0.0.0:3000/admin/player-event-logs/explorer#) 
  "npc_name": "Exterminator Qalantir", [ = [Exterminator Qalantir]](http://0.0.0.0:3000/admin/player-event-logs/explorer#) 
  "handin_items[0].item_id": "13071", [ = [13071]](http://0.0.0.0:3000/admin/player-event-logs/explorer#) [ Any [.item_id] = [13071]](http://0.0.0.0:3000/admin/player-event-logs/explorer#)
  "handin_items[0].item_name": "Rat Whiskers", [ = [Rat Whiskers]](http://0.0.0.0:3000/admin/player-event-logs/explorer#) [ Any [.item_name] = [Rat Whiskers]](http://0.0.0.0:3000/admin/player-event-logs/explorer#)
  "handin_items[0].charges": "1", [ = [1]](http://0.0.0.0:3000/admin/player-event-logs/explorer#) [ Any [.charges] = [1]](http://0.0.0.0:3000/admin/player-event-logs/explorer#)
  "handin_items[0].attuned": "false", [ = [false]](http://0.0.0.0:3000/admin/player-event-logs/explorer#) [ Any [.attuned] = [false]](http://0.0.0.0:3000/admin/player-event-logs/explorer#)
  "handin_items[1].item_id": "13071", [ = [13071]](http://0.0.0.0:3000/admin/player-event-logs/explorer#) [ Any [.item_id] = [13071]](http://0.0.0.0:3000/admin/player-event-logs/explorer#)
  "handin_items[1].item_name": "Rat Whiskers", [ = [Rat Whiskers]](http://0.0.0.0:3000/admin/player-event-logs/explorer#) [ Any [.item_name] = [Rat Whiskers]](http://0.0.0.0:3000/admin/player-event-logs/explorer#)
  "handin_items[1].charges": "1", [ = [1]](http://0.0.0.0:3000/admin/player-event-logs/explorer#) [ Any [.charges] = [1]](http://0.0.0.0:3000/admin/player-event-logs/explorer#)
  "handin_items[1].attuned": "false", [ = [false]](http://0.0.0.0:3000/admin/player-event-logs/explorer#) [ Any [.attuned] = [false]](http://0.0.0.0:3000/admin/player-event-logs/explorer#)
  "handin_items[2].item_id": "13071", [ = [13071]](http://0.0.0.0:3000/admin/player-event-logs/explorer#) [ Any [.item_id] = [13071]](http://0.0.0.0:3000/admin/player-event-logs/explorer#)
  "handin_items[2].item_name": "Rat Whiskers", [ = [Rat Whiskers]](http://0.0.0.0:3000/admin/player-event-logs/explorer#) [ Any [.item_name] = [Rat Whiskers]](http://0.0.0.0:3000/admin/player-event-logs/explorer#)
  "handin_items[2].charges": "1", [ = [1]](http://0.0.0.0:3000/admin/player-event-logs/explorer#) [ Any [.charges] = [1]](http://0.0.0.0:3000/admin/player-event-logs/explorer#)
  "handin_items[2].attuned": "false", [ = [false]](http://0.0.0.0:3000/admin/player-event-logs/explorer#) [ Any [.attuned] = [false]](http://0.0.0.0:3000/admin/player-event-logs/explorer#)
  "handin_items[3].item_id": "13071", [ = [13071]](http://0.0.0.0:3000/admin/player-event-logs/explorer#) [ Any [.item_id] = [13071]](http://0.0.0.0:3000/admin/player-event-logs/explorer#)
  "handin_items[3].item_name": "Rat Whiskers", [ = [Rat Whiskers]](http://0.0.0.0:3000/admin/player-event-logs/explorer#) [ Any [.item_name] = [Rat Whiskers]](http://0.0.0.0:3000/admin/player-event-logs/explorer#)
  "handin_items[3].charges": "1", [ = [1]](http://0.0.0.0:3000/admin/player-event-logs/explorer#) [ Any [.charges] = [1]](http://0.0.0.0:3000/admin/player-event-logs/explorer#)
  "handin_items[3].attuned": "false", [ = [false]](http://0.0.0.0:3000/admin/player-event-logs/explorer#) [ Any [.attuned] = [false]](http://0.0.0.0:3000/admin/player-event-logs/explorer#)
  "handin_money.copper": "0", [ = [0]](http://0.0.0.0:3000/admin/player-event-logs/explorer#) 
  "handin_money.silver": "0", [ = [0]](http://0.0.0.0:3000/admin/player-event-logs/explorer#) 
  "handin_money.gold": "0", [ = [0]](http://0.0.0.0:3000/admin/player-event-logs/explorer#) 
  "handin_money.platinum": "0", [ = [0]](http://0.0.0.0:3000/admin/player-event-logs/explorer#) 
  "return_items": "[]", [ = [[]]](http://0.0.0.0:3000/admin/player-event-logs/explorer#) 
  "return_money.copper": "0", [ = [0]](http://0.0.0.0:3000/admin/player-event-logs/explorer#) 
  "return_money.silver": "0", [ = [0]](http://0.0.0.0:3000/admin/player-event-logs/explorer#) 
  "return_money.gold": "0", [ = [0]](http://0.0.0.0:3000/admin/player-event-logs/explorer#) 
  "return_money.platinum": "0", [ = [0]](http://0.0.0.0:3000/admin/player-event-logs/explorer#) 
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant