{"id":1001,"date":"2015-10-30T16:21:39","date_gmt":"2015-10-30T07:21:39","guid":{"rendered":"http:\/\/blog.moramcnt.com\/?p=1001"},"modified":"2015-10-30T16:21:39","modified_gmt":"2015-10-30T07:21:39","slug":"node-js%ec%97%90%ec%84%9c-uncaughtexception%ec%8b%9c%ec%97%90-winston-%eb%a1%9c%ea%b1%b0-%ec%9d%b4%ec%9a%a9%ec%8b%9c-%ea%b8%b0%eb%a1%9d%ec%9d%b4-%ec%95%88%eb%90%a0%ea%b2%bd%ec%9a%b0","status":"publish","type":"post","link":"http:\/\/blog.moramcnt.com\/?p=1001","title":{"rendered":"Node.js\uc5d0\uc11c uncaughtException\uc2dc\uc5d0 winston \ub85c\uac70 \uc774\uc6a9\uc2dc \uae30\ub85d\uc774 \uc548\ub420\uacbd\uc6b0"},"content":{"rendered":"<p>\uc544\ub798\uc640 \uac19\uc774 \ube44\uc815\uc0c1 \uc608\uc678 \ubc1c\uc0dd\uc2dc \ub85c\uadf8\uc5d0 \uae30\ub85d\uc744 \ub0a8\uae30\ub824\uace0 \ud558\uc600\uc73c\ub098, \ub85c\uadf8\uc5d0 \uae30\ub85d\uc774 \uc548\ub0a8\ub294\ub2e4\uba74<\/p>\n<pre>\r\nprocess.on('uncaughtException', function (err)\r\n{\r\n\tlogger.error(\"*uncaughtException(), Exception : \" + err.stack);\r\n\tprocess.exit(1);\r\n})\r\n<\/pre>\n<p>\ub2e4\uc74c\uacfc \uac19\uc774 setTimeout\uc744 \uc8fc\uac8c \ub418\uba74 \uc5d0\ub7ec\ub85c\uadf8\ub97c \ub0a8\uae38\uc218 \uc788\ub2e4.<\/p>\n<pre>\r\nprocess.on('uncaughtException', function (err)\r\n{\r\n\tsetTimeout( function() {\r\n\t\tlogger.error(\"*uncaughtException(), Exception : \" + err.stack);\r\n\t\tprocess.exit(1);\r\n\t}, 1000);\r\n})\r\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>\uc544\ub798\uc640 \uac19\uc774 \ube44\uc815\uc0c1 \uc608\uc678 \ubc1c\uc0dd\uc2dc \ub85c\uadf8\uc5d0 \uae30\ub85d\uc744 \ub0a8\uae30\ub824\uace0 \ud558\uc600\uc73c\ub098, \ub85c\uadf8\uc5d0 \uae30\ub85d\uc774 \uc548\ub0a8\ub294\ub2e4\uba74 process.on(&#8216;uncaughtException&#8217;, function (err) { logger.error(&#8220;*uncaughtException(), Exception : &#8221; + err.stack); process.exit(1); }) \ub2e4\uc74c\uacfc \uac19\uc774 setTimeout\uc744 \uc8fc\uac8c \ub418\uba74 \uc5d0\ub7ec\ub85c\uadf8\ub97c \ub0a8\uae38\uc218 \uc788\ub2e4. process.on(&#8216;uncaughtException&#8217;, function (err) { setTimeout( function() { logger.error(&#8220;*uncaughtException(), Exception : &#8221; + err.stack); process.exit(1); }, 1000); })<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"_uf_show_specific_survey":0,"_uf_disable_surveys":false,"footnotes":""},"categories":[46,2,4],"tags":[176,177],"class_list":["post-1001","post","type-post","status-publish","format-standard","hentry","category-node-js","category-2","category-4","tag-node-js","tag-winston"],"_links":{"self":[{"href":"http:\/\/blog.moramcnt.com\/index.php?rest_route=\/wp\/v2\/posts\/1001","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/blog.moramcnt.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/blog.moramcnt.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/blog.moramcnt.com\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"http:\/\/blog.moramcnt.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1001"}],"version-history":[{"count":1,"href":"http:\/\/blog.moramcnt.com\/index.php?rest_route=\/wp\/v2\/posts\/1001\/revisions"}],"predecessor-version":[{"id":1002,"href":"http:\/\/blog.moramcnt.com\/index.php?rest_route=\/wp\/v2\/posts\/1001\/revisions\/1002"}],"wp:attachment":[{"href":"http:\/\/blog.moramcnt.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1001"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/blog.moramcnt.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1001"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/blog.moramcnt.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1001"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}