Skip to content

Commit

Permalink
Merge branch 'account-settings/change-password' of github.com:aws-amp…
Browse files Browse the repository at this point in the history
…lify/amplify-ui into account-settings/change-password
  • Loading branch information
wlee221 committed Nov 4, 2022
2 parents 975f89f + 891014f commit e1ba995
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/src/helpers/utils.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Logger } from 'aws-amplify';

type LoggerCategory = 'Auth' | 'Storage' | 'Geo';
type LoggerCategory = 'Auth' | 'Geo' | 'Notifications' | 'Storage';

export const getLogger = (category: LoggerCategory) =>
new Logger(`AmplifyUI:${category}`);

0 comments on commit e1ba995

Please sign in to comment.