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

Unable to view logs when using clasp run #952

Open
henrychea opened this issue Dec 10, 2022 · 0 comments
Open

Unable to view logs when using clasp run #952

henrychea opened this issue Dec 10, 2022 · 0 comments

Comments

@henrychea
Copy link

(Note: Non-breaking issues are likely not to be prioritized. Please consider a PR in addition to your issue)

Expected Behavior

Clasp run outputs Logger logs in terminal.

Actual Behavior

No log can be seen.

Steps to Reproduce the Problem

  1. Run simple code
function SimpleLog() {
  for (let index = 0; index < 5; index++) {
    Logger.log(index);
  }
}
  1. clasp run SimpleLog outputs only No response.

Specifications

  • Node version (v16.13.0):
  • Version (2.4.2):
  • OS (Mac):
  • OAuth :
"oauthScopes": [
    "https://www.googleapis.com/auth/spreadsheets",
    "https://www.googleapis.com/auth/drive",
    "https://www.googleapis.com/auth/calendar",
    "https://www.googleapis.com/auth/script.deployments",
    "https://www.googleapis.com/auth/script.projects",
    "https://www.googleapis.com/auth/script.webapp.deploy",
    "https://www.googleapis.com/auth/service.management",
    "https://www.googleapis.com/auth/logging.read",
    "https://www.googleapis.com/auth/cloud-platform"
  ],
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