Skip to content

Commit

Permalink
fix: info logconfig need show enableRequestMetrics (#38)
Browse files Browse the repository at this point in the history
* fix: info logconfig need show enableRequestMetrics

* build: 0.0.36

Co-authored-by: wss-git <wssgryx@163.com>
  • Loading branch information
heimanba and wss-git authored Jan 16, 2023
1 parent 4897a3a commit eacb5e5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion publish.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Type: Component
Name: fc-info
Version: 0.0.35
Version: 0.0.36
Category: 基础云产品
HomePage: "https://github.com/devsapp/fc"
Tags:
Expand Down
5 changes: 1 addition & 4 deletions src/lib/fc-info.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,7 @@ export default class FcInfo {
}

if (logConfig && logConfig.logstore) {
serviceConfig.logConfig = {
logstore: logConfig.logstore,
project: logConfig.project,
};
serviceConfig.logConfig = logConfig;
}
return serviceConfig;
}
Expand Down

0 comments on commit eacb5e5

Please sign in to comment.