Skip to content

Commit 37e3d6e

Browse files
committed
add local variant
1 parent d9f4421 commit 37e3d6e

File tree

6 files changed

+957
-9974
lines changed

6 files changed

+957
-9974
lines changed

lib/authUtil.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Include SAP Cloud SDK reuse functions for JWT decoding and other SAP services
22
const { decodeJwt } = require('@sap-cloud-sdk/connectivity');
33
const cds = require('@sap/cds');
4-
const logger = cds.log("printservice");
4+
const logger = cds.log("print");
55
const xssec = require('@sap/xssec');
66

77

lib/printUtil.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
const { getJwt, readVcapServices } = require("./authUtil");
22
const { getPrintConfigFromActionOrEntity } = require('./annotation-helper');
33
const axios = require('axios');
4-
const logger = cds.log("printservice");
4+
const logger = cds.log("print");
55

66
/**
77
* Populates the queue value help with available printers.

0 commit comments

Comments
 (0)