Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/pgadmin-org/pgadmin4
/ _log
Function
_log
web/pgadmin/misc/bgprocess/process_executor.py:52–56 ·
view source on GitHub ↗
(msg)
Source
from the content-addressed store, hash-verified
50
51
52
def
_log(msg):
53
with
open(_log_file,
'a'
)
as
fp:
54
fp.write(
55
(
'INFO:: %s\n'
% msg.encode(
'ascii'
,
'xmlcharrefreplace'
))
56
)
57
58
59
def
unescape_dquotes_process_arg(arg):
Callers
3
update_status
Function · 0.85
execute
Function · 0.85
process_executor.py
File · 0.85
Calls
1
write
Method · 0.45
Tested by
no test coverage detected