Skip to content

Instantly share code, notes, and snippets.

@vjandrea
Last active March 14, 2017 15:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vjandrea/3f4a8cc733f28f238c2ceeffb7847adb to your computer and use it in GitHub Desktop.
Save vjandrea/3f4a8cc733f28f238c2ceeffb7847adb to your computer and use it in GitHub Desktop.
Debugging asset update
[2017-03-14 16:19:30] local.DEBUG: [Api\AssetsController::update] Updating asset with id 101 with method PATCH  
[2017-03-14 16:19:30] local.DEBUG: [Api\AssetsController::update] Original asset name: "Focused tangible neural-net"  
[2017-03-14 16:19:30] local.DEBUG: [Api\AssetsController::update] Updated asset name: "Profit-focused bifurcated capacity"  
[2017-03-14 16:19:30] local.DEBUG: [Api\AssetsController::update] Asset name before custom fields association: "5"  
[2017-03-14 16:19:30] local.DEBUG: [Api\AssetsController::update] Asset name inside custom fields association: "5"  
[2017-03-14 16:19:30] local.DEBUG: [Api\AssetsController::update] Asset name after custom fields association: "5"  
[2017-03-14 16:19:30] local.DEBUG: [Api\AssetsController::update] Asset name right before saving: "5"  
[2017-03-14 16:19:30] local.DEBUG: [Api\AssetsController::update] Asset name right after saving: "5"  
[2017-03-14 16:19:30] local.DEBUG: [Api\AssetsController::update] Final asset name before response: "5"  


[2017-03-14 16:19:30] local.DEBUG: [Api\AssetsController::update] Updating asset with id 101 with method PUT  
[2017-03-14 16:19:30] local.DEBUG: [Api\AssetsController::update] Original asset name: "Down-sized human-resource strategy"  
[2017-03-14 16:19:30] local.DEBUG: [Api\AssetsController::update] Updated asset name: "Profound responsive functionalities"  
[2017-03-14 16:19:30] local.DEBUG: [Api\AssetsController::update] Asset name before custom fields association: "3"  
[2017-03-14 16:19:30] local.DEBUG: [Api\AssetsController::update] Asset name inside custom fields association: "3"  
[2017-03-14 16:19:30] local.DEBUG: [Api\AssetsController::update] Asset name after custom fields association: "3"  
[2017-03-14 16:19:30] local.DEBUG: [Api\AssetsController::update] Asset name right before saving: "3"  
[2017-03-14 16:19:30] local.DEBUG: [Api\AssetsController::update] Asset name right after saving: "3"  
[2017-03-14 16:19:30] local.DEBUG: [Api\AssetsController::update] Final asset name before response: "3"  
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment