Skip to content

Commit 75c5f3a

Browse files
committed
Fix posix compatibility logging option
1 parent 9d2a22f commit 75c5f3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/user/OsInterface.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ The java backend is the default when GraalVM Python is run via the `Context` API
4444
### Limitations of the emulated backend
4545

4646
GraalVM Python can log info about known incompatibility of functions executed at runtime, which includes the OS interface related functions.
47-
To turn on this logging, use `--log.python.compatibility=FINE` or other desired logging level.
47+
To turn on this logging, use `--log.python.compatibility.level=FINE` or other desired logging level.
4848

4949
Known limitations of the emulated layer are:
5050

0 commit comments

Comments
 (0)