Skip to content

Commit

Permalink
Bom bom (#883)
Browse files Browse the repository at this point in the history
* fjernet unødvendig bom

* bruk fp-konfig, flernet duplikat kode i felles

* litt flere records

* ny interface kombinerer liveness og redainess

Co-authored-by: Jan-Olav Eide <[email protected]>
  • Loading branch information
jan-olaveide and janolaveide authored Jul 1, 2021
1 parent bfc470d commit 2c62ba9
Show file tree
Hide file tree
Showing 39 changed files with 40 additions and 1,433 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
import javax.enterprise.inject.Default;
import javax.inject.Inject;

import no.nav.vedtak.konfig.KonfigVerdi;
import no.nav.foreldrepenger.konfig.KonfigVerdi;

@Default
@ApplicationScoped
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;

import no.nav.vedtak.konfig.KonfigVerdi;
import no.nav.foreldrepenger.konfig.KonfigVerdi;

/**
* Auditlogging til Arcsight i Common Event Format (CEF). Dette er en erstatning for sporingslog.
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
package no.nav.vedtak.log.metrics;

public interface LiveAndReadinessAware extends LivenessAware, ReadinessAware {

}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package no.nav.vedtak.util.env;
package no.nav.vedtak.log.util;

import static ch.qos.logback.core.spi.FilterReply.DENY;
import static ch.qos.logback.core.spi.FilterReply.NEUTRAL;
Expand All @@ -10,6 +10,7 @@
import ch.qos.logback.classic.Logger;
import ch.qos.logback.classic.turbo.MarkerFilter;
import ch.qos.logback.core.spi.FilterReply;
import no.nav.foreldrepenger.konfig.Environment;

public class ConfidentialMarkerFilter extends MarkerFilter {

Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 2c62ba9

Please sign in to comment.