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

Add page logging #65

Merged
merged 2 commits into from
Jan 5, 2024
Merged

Add page logging #65

merged 2 commits into from
Jan 5, 2024

Conversation

srikanthlogic
Copy link
Owner

  • Update npm deps
  • Add page logging

Copy link

sweep-ai bot commented Jan 5, 2024

Apply Sweep Rules to your PR?

  • Apply: All new business logic should have corresponding unit tests.
  • Apply: Refactor large functions to be more modular.
  • Apply: Add docstrings to all functions and file headers.

@srikanthlogic srikanthlogic merged commit 713d886 into dev Jan 5, 2024
4 checks passed
srikanthlogic added a commit that referenced this pull request Jan 5, 2024
* Patch reviews and CI/CD Updates (#41)
* Trim datee and remove url
* Serve openapi.json
* Update Actions
* Cashless Consumer updated GooglePlayAPI.postman_collection

* Maintenance fixes (#42)
* Update README.md
* Patch reviews and CI/CD Updates (#41)
* Trim date and remove url
* Serve openapi.json
* Update Actions

* Cashless Consumer updated GooglePlayAPI.postman_collection

* Sync versions

* Update docker base image to node 18

* Add logger using morgan (#50)

* Bump eslint from 8.49.0 to 8.50.0

Bumps [eslint](https://github.com/eslint/eslint) from 8.49.0 to 8.50.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.49.0...v8.50.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Add logging using morgan

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Add country as global opt (#56)

* Update README.md

* Patch reviews and CI/CD Updates (#41)

* Trim datee and remove url

* Serve openapi.json

* Update Actions

* Cashless Consumer updated GooglePlayAPI.postman_collection

* Maintenance fixes (#42)

* Update README.md

* Patch reviews and CI/CD Updates (#41)

* Trim date and remove url

* Serve openapi.json

* Update Actions

* Cashless Consumer updated GooglePlayAPI.postman_collection

* Sync versions

* Update docker base image to node 18

* Bump eslint from 8.49.0 to 8.50.0

Bumps [eslint](https://github.com/eslint/eslint) from 8.49.0 to 8.50.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.49.0...v8.50.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Add country global option

* Add Fly env variables

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Add page logging (#65)

* Add page logging
* Update logging

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
srikanthlogic added a commit that referenced this pull request Jan 12, 2024
* Patch reviews and CI/CD Updates (#41)

* Trim datee and remove url

* Serve openapi.json

* Update Actions

* Cashless Consumer updated GooglePlayAPI.postman_collection

* Maintenance fixes (#42)

* Update README.md

* Patch reviews and CI/CD Updates (#41)
* Trim date and remove url
* Serve openapi.json
* Update Actions
* Cashless Consumer updated GooglePlayAPI.postman_collection
* Sync versions
* Update docker base image to node 18
* Add logger using morgan (#50)
* Bump eslint from 8.49.0 to 8.50.0

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Add logging using morgan

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Add country as global opt (#56)

* Update README.md

* Patch reviews and CI/CD Updates (#41)

* Trim datee and remove url

* Serve openapi.json

* Update Actions

* Cashless Consumer updated GooglePlayAPI.postman_collection

* Maintenance fixes (#42)

* Update README.md

* Patch reviews and CI/CD Updates (#41)

* Trim date and remove url

* Serve openapi.json

* Update Actions

* Cashless Consumer updated GooglePlayAPI.postman_collection

* Sync versions

* Update docker base image to node 18

* Bump eslint from 8.49.0 to 8.50.0

Bumps [eslint](https://github.com/eslint/eslint) from 8.49.0 to 8.50.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.49.0...v8.50.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Add country global option

* Add Fly env variables

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Add page logging (#65)

* Add page logging
* Update logging

* Update Configs (#69)

* Update Fly Concurrency config
* Update actions

* Update logging in prod

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@srikanthlogic srikanthlogic deleted the logging branch February 8, 2024 04:26
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

Successfully merging this pull request may close these issues.

1 participant