Skip to content

Instantly share code, notes, and snippets.

@totuworld
Last active June 3, 2016 05:12
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 totuworld/1de28ccc11ecc2017b5912467aacdc8f to your computer and use it in GitHub Desktop.
Save totuworld/1de28ccc11ecc2017b5912467aacdc8f to your computer and use it in GitHub Desktop.
GET / 200 1.863 ms - 191
GET / 200 2.008 ms - 191
$ tail -f [파일명]
[0mGET / 200 1.863 ms - 191
[0mGET / 200 2.008 ms - 191
$ azure config mode asm
info: Executing command config mode
info: New mode is asm
info: config mode command OK
$ azure site log download [웹앱이름]
info: Executing command site log download
+ Downloading diagnostic log to diagnostics.zip
info: site log download command OK
$ azure login
info: Executing command login
info: To sign in, use a web browser to open the page https://aka.ms/devicelogin. Enter the code GTZMXE6A4 to authenticate.
info: Added subscription Visual Studio Enterprise: BizSpark
+
info: login command OK
$ azure site log tail [웹앱이름]
info: Executing command site log tail
2016-06-01T03:47:35 Welcome, you are now connected to log-streaming service.
GET / 200 4.205 ms - 191
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment