Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Open Subsurface Data Universe Software
Platform
System
Lib
cloud
azure
OS Core Lib Azure
Commits
c6de6de1
Commit
c6de6de1
authored
Mar 02, 2021
by
Komal Makkar
Browse files
changed the logger name.
parent
663e128b
Pipeline
#29443
failed with stage
in 9 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
src/main/java/org/opengroup/osdu/azure/eventgrid/EventGridTopicClientFactoryImpl.java
View file @
c6de6de1
...
...
@@ -33,7 +33,7 @@ import org.springframework.stereotype.Component;
*/
@Component
public
class
EventGridTopicClientFactoryImpl
implements
IEventGridTopicClientFactory
{
private
static
final
Logger
LOGGER
=
LoggerFactory
.
getLogger
(
CosmosStoreBulkOperations
.
class
.
getName
());
private
static
final
Logger
LOGGER
=
LoggerFactory
.
getLogger
(
EventGridTopicClientFactoryImpl
.
class
.
getName
());
@Autowired
private
PartitionServiceEventGridClient
partitionService
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment