Skip to content

Commit 08103c3

Browse files
authored
Merge pull request #2571 from akto-api-security/hotfix/enable_logs_everywhere
Enable logs
2 parents 7b38b9a + 8ba3508 commit 08103c3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

libs/utils/src/main/java/com/akto/log/LoggerMaker.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -253,9 +253,6 @@ private Boolean checkUpdate(){
253253
private void insert(String info, String key, LogDb db) {
254254
String text = aClass + " : " + info;
255255
Log log = new Log(text, key, Context.now());
256-
if(DashboardMode.isSaasDeployment()) {
257-
return;
258-
}
259256
if(checkUpdate() && db!=null){
260257
switch(db){
261258
case TESTING:

0 commit comments

Comments
 (0)